skirda-go-launcher-interface/projects/ui/tsconfig.lib.json

16 lines
333 B
JSON
Raw Permalink Normal View History

2022-10-21 18:06:04 +00:00
/* To learn more about this file see: https://angular.io/config/tsconfig. */
{
"extends": "../../tsconfig.json",
"compilerOptions": {
"outDir": "../../out-tsc/lib",
"declaration": true,
"declarationMap": true,
"inlineSources": true,
"types": []
},
"exclude": [
"src/test.ts",
"**/*.spec.ts"
]
}