selene-ui/tsconfig.json

41 lines
778 B
JSON

{
"compileOnSave": false,
"compilerOptions": {
"baseUrl": "./",
"outDir": "./dist/out-tsc",
"sourceMap": true,
"declaration": false,
"module": "es2015",
"moduleResolution": "node",
"emitDecoratorMetadata": true,
"experimentalDecorators": true,
"target": "es5",
"typeRoots": [
"node_modules/@types"
],
"lib": [
"es2018",
"dom"
],
"paths": {
"globalnav": [
"dist/globalnav"
],
"globalnav/*": [
"dist/globalnav/*"
],
"page-not-found": [
"dist/page-not-found"
],
"page-not-found/*": [
"dist/page-not-found/*"
],
"shared": [
"dist/shared"
],
"shared/*": [
"dist/shared/*"
]
}
}
}