mirror of
https://github.com/status-im/status-web.git
synced 2025-01-26 12:30:45 +00:00
10 lines
208 B
JSON
10 lines
208 B
JSON
{
|
|
"extends": "../../tsconfig.base.json",
|
|
"include": ["12", "16", "20", "reactions"],
|
|
"compilerOptions": {
|
|
"outDir": "./dist",
|
|
"declarationDir": "dist/types",
|
|
"resolveJsonModule": true
|
|
}
|
|
}
|