mailymaily/tsconfig.json
2020-04-08 15:07:48 +02:00

11 lines
165 B
JSON

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