mirror of
https://github.com/mudita/mudita-center.git
synced 2025-12-23 22:28:03 -05:00
40 lines
845 B
JSON
40 lines
845 B
JSON
{
|
|
"compileOnSave": false,
|
|
"compilerOptions": {
|
|
"sourceMap": true,
|
|
"moduleResolution": "node",
|
|
"emitDecoratorMetadata": true,
|
|
"experimentalDecorators": true,
|
|
"target": "es5",
|
|
"module": "commonjs",
|
|
"lib": [
|
|
"dom",
|
|
"es6",
|
|
"dom.iterable",
|
|
"scripthost",
|
|
"es5",
|
|
"es7",
|
|
"es2017",
|
|
"ESNext",
|
|
"esnext.intl",
|
|
"es2017.intl",
|
|
"es2018.intl"
|
|
],
|
|
"skipLibCheck": true,
|
|
"baseUrl": "./",
|
|
"paths": {
|
|
"App/*": ["./apps/mudita-center/src/*"],
|
|
"Core/*": ["./libs/core/*"],
|
|
"E2E/*": ["./apps/mudita-center-e2e/src/*"],
|
|
"Libs/*": ["./libs/*"],
|
|
"Root/*": ["./*"],
|
|
}
|
|
},
|
|
"exclude": [
|
|
"node_modules",
|
|
"./apps/mudita-center/node_modules",
|
|
"./apps/mudita-center/dist",
|
|
"./apps/mudita-center/__mocks__"
|
|
]
|
|
}
|