@deepkit/desktop-ui
Version:
Library for desktop UI widgets in Angular 10+
19 lines (18 loc) • 352 B
JSON
{
"extends": "./tsconfig.json",
"compilerOptions": {
"declaration": true,
"declarationMap": true,
"inlineSources": true,
"types": []
},
"angularCompilerOptions": {
"skipTemplateCodegen": true,
"strictMetadataEmit": true,
"enableResourceInlining": true
},
"exclude": [
"src/test.ts",
"**/*.spec.ts"
]
}