flashlang/tsconfig.json
2020-08-07 21:52:32 +02:00

12 lines
204 B
JSON

{
"compilerOptions": {
"outDir": "./dist/",
"noImplicitAny": true,
"module": "CommonJS",
"target": "es6",
"allowJs": true,
"sourceMap": true,
"esModuleInterop": true,
"strict": true
}
}