flashlang/tsconfig.json
2020-07-23 16:48:51 +02:00

11 lines
177 B
JSON

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