mirror of
https://github.com/status-im/community-dapp.git
synced 2025-02-24 03:58:29 +00:00
21 lines
526 B
JSON
21 lines
526 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",
|
|
"typeRoots": [ "./types", "./node_modules/@types", "../../node_modules/@types"]
|
|
},
|
|
"exclude": [
|
|
"**/dist",
|
|
"**/types",
|
|
]
|
|
}
|