wisemapping-frontend/packages/webapp/tsconfig.json
Paulo Gustavo Veiga e8d38678c7 Move all to webapp.
2020-12-06 16:31:48 -08:00

13 lines
246 B
JSON

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