mirror of
https://bitbucket.org/wisemapping/wisemapping-frontend.git
synced 2024-11-11 01:43:23 +01:00
31 lines
595 B
JSON
31 lines
595 B
JSON
{
|
|
"compilerOptions": {
|
|
"outDir": "./dist/",
|
|
"sourceMap": true,
|
|
"module": "amd",
|
|
"moduleResolution": "node",
|
|
"target": "es6",
|
|
"allowJs": true,
|
|
"strict": true,
|
|
"esModuleInterop": true,
|
|
"resolveJsonModule": true,
|
|
"declaration": true,
|
|
"strictNullChecks": true,
|
|
|
|
"noImplicitAny": false,
|
|
"noImplicitReturns": true,
|
|
"noImplicitThis": true,
|
|
"noUnusedLocals": true,
|
|
"strictFunctionTypes": true,
|
|
|
|
"rootDirs": [
|
|
"src",
|
|
]
|
|
},
|
|
"include": [
|
|
"src/**/*", "storybook/src/stories",
|
|
],
|
|
"exclude": [
|
|
"node_modules"
|
|
]
|
|
} |