flashlang/tsconfig.json
2020-08-04 00:39:28 +02:00

11 lines
186 B
JSON

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