mirror of
https://github.com/status-im/community-dapp.git
synced 2025-02-24 12:08:11 +00:00
19 lines
418 B
JSON
19 lines
418 B
JSON
|
{
|
||
|
"compilerOptions": {
|
||
|
"outDir": "dist",
|
||
|
"esModuleInterop": true,
|
||
|
"jsx": "react",
|
||
|
"resolveJsonModule": true,
|
||
|
"skipLibCheck": true,
|
||
|
"downlevelIteration": true,
|
||
|
"strict": true,
|
||
|
"sourceMap": true,
|
||
|
"module": "commonjs",
|
||
|
"forceConsistentCasingInFileNames": true,
|
||
|
"target": "es6",
|
||
|
},
|
||
|
"exclude": [
|
||
|
"**/dist",
|
||
|
]
|
||
|
}
|