mirror of
https://bitbucket.org/wisemapping/wisemapping-frontend.git
synced 2024-11-11 01:43:23 +01:00
13 lines
273 B
JSON
13 lines
273 B
JSON
{
|
|
"compilerOptions": {
|
|
"outDir": "./dist/",
|
|
"sourceMap": true,
|
|
"noImplicitAny": false,
|
|
"module": "es6",
|
|
"target": "es6",
|
|
"jsx": "react",
|
|
"allowJs": true,
|
|
"esModuleInterop": true
|
|
},
|
|
"exclude": ["node_modues"]
|
|
} |