mirror of
https://github.com/Alfresco/alfresco-ng2-components.git
synced 2025-07-24 17:32:15 +00:00
27 lines
682 B
JSON
27 lines
682 B
JSON
{
|
|
"compilerOptions": {
|
|
"declaration": true,
|
|
"module": "commonjs",
|
|
"declarationMap": true,
|
|
"moduleResolution": "node",
|
|
"noEmitOnError": true,
|
|
"noFallthroughCasesInSwitch": true,
|
|
"noImplicitAny": false,
|
|
"noImplicitThis": false,
|
|
"noUnusedParameters": true,
|
|
"noUnusedLocals": true,
|
|
"esModuleInterop": true,
|
|
"outDir": "../../dist/libs/cli",
|
|
"rootDir": ".",
|
|
"skipLibCheck": true,
|
|
"strictNullChecks": false,
|
|
"target": "es2018",
|
|
"lib": ["es2018", "dom"],
|
|
"baseUrl": ".",
|
|
"typeRoots": ["node_modules/@types"],
|
|
"types": ["node"],
|
|
"paths": {}
|
|
},
|
|
"exclude": ["dist/**/*", "./build.ts", "node_modules"]
|
|
}
|