mailymaily/tsconfig.json
Matteo Manzinello e575e9762f ts...
2020-04-07 17:21:47 +02:00

11 lines
165 B
JSON

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