mirror of
https://github.com/Alfresco/alfresco-ng2-components.git
synced 2025-07-24 17:32:15 +00:00
31 lines
588 B
JSON
31 lines
588 B
JSON
{
|
|
"compileOnSave": false,
|
|
"compilerOptions": {
|
|
"outDir": "./dist/out-tsc",
|
|
"baseUrl": "src",
|
|
"sourceMap": true,
|
|
"declaration": false,
|
|
"moduleResolution": "node",
|
|
"emitDecoratorMetadata": true,
|
|
"experimentalDecorators": true,
|
|
"skipLibCheck": true,
|
|
"noUnusedLocals": true,
|
|
"target": "es5",
|
|
"typeRoots": [
|
|
"node_modules/@types"
|
|
],
|
|
"lib": [
|
|
"es2016",
|
|
"dom"
|
|
],
|
|
"paths": {
|
|
"rxjs/*": [
|
|
"../node_modules/rxjs/*"
|
|
],
|
|
"@angular/*": [
|
|
"../node_modules/@angular/*"
|
|
]
|
|
}
|
|
}
|
|
}
|