wisemapping-frontend/packages/webapp/src/tsconfig.json
Paulo Gustavo Veiga 227eafd7b5 Ignore lint error.
2021-10-02 16:27:13 -07:00

13 lines
278 B
JSON

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