@deepkit/desktop-ui
Version:
Library for desktop UI widgets in Angular 10+
46 lines • 936 B
JSON
{
"compilerOptions": {
"baseUrl": "./",
"outDir": "./dist",
"moduleResolution": "node",
"experimentalDecorators": true,
"downlevelIteration": true,
"sourceMap": true,
"strict": true,
"target": "es2020",
"useDefineForClassFields": false,
"noImplicitAny": true,
"esModuleInterop": true,
"preserveSymlinks": true,
"types": [
"fs-extra",
"node"
],
"paths": {
"angular-desktop-ui": [
"dist/"
]
}
},
"reflection": true,
"angularCompilerOptions": {
"enableI18nLegacyMessageIdFormat": false,
"strictInjectionParameters": true,
"strictInputAccessModifiers": true,
"strictTemplates": true
},
"references": [
{
"path": "../core/tsconfig.json"
},
{
"path": "../core-rxjs/tsconfig.json"
},
{
"path": "../event/tsconfig.json"
},
{
"path": "../type/tsconfig.json"
}
]
}