mikrofront/tsconfig.app.json

20 lines
367 B
JSON
Raw Normal View History

/* To learn more about this file see: https://angular.io/config/tsconfig. */
{
"extends": "./tsconfig.json",
"compilerOptions": {
"outDir": "./out-tsc/app",
"types": [
"@angular/localize"
],
"paths": {
"@docs-components/*": ["./src/components/*"]
}
},
"files": [
"src/main.ts"
],
"include": [
"src/**/*.d.ts"
]
}