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