decla-red/tsconfig.json
2020-07-08 22:16:39 +02:00

11 lines
219 B
JSON

{
"compilerOptions": {
"outDir": "./dist/",
"sourceMap": true,
"noImplicitAny": false,
"module": "es6",
"target": "es5",
"downlevelIteration": true,
"allowJs": true
}
}