community-dapp/tsconfig.json
Szymon Szlachtowicz 77a451e11a
Introduce base app (#2)
Co-authored-by: Szymon Szlachtowicz <szymon.szlachtowicz@Szymons-MacBook-Pro.local>
2021-06-02 10:51:58 +02:00

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",
]
}