26 lines
629 B
JSON
26 lines
629 B
JSON
{
|
|
"compileOnSave": false,
|
|
"compilerOptions": {
|
|
"rootDir": ".",
|
|
"sourceMap": true,
|
|
"declaration": false,
|
|
"moduleResolution": "node",
|
|
"emitDecoratorMetadata": true,
|
|
"experimentalDecorators": true,
|
|
"importHelpers": true,
|
|
"target": "es2015",
|
|
"module": "esnext",
|
|
"lib": ["es2017", "dom"],
|
|
"skipLibCheck": true,
|
|
"skipDefaultLibCheck": true,
|
|
"baseUrl": ".",
|
|
"paths": {
|
|
"@portaljs/core": ["packages/core/src/index.ts"],
|
|
"@portaljs/portaljs-components": [
|
|
"packages/portaljs-components/src/index.ts"
|
|
]
|
|
}
|
|
},
|
|
"exclude": ["node_modules", "tmp"]
|
|
}
|