wisemapping-frontend/packages/webapp/src/tsconfig.json
Paulo Gustavo Veiga 1c795571eb Move to strict checking
Change page title
2020-12-07 11:23:08 -08:00

13 lines
277 B
JSON

{
"compilerOptions": {
"outDir": "./dist/",
"sourceMap": true,
"noImplicitAny": true,
"module": "commonjs",
"target": "es5",
"jsx": "react",
"allowJs": true,
"esModuleInterop": true,
"strictNullChecks": true
}
}