mirror of
https://github.com/MikroWizard/mikrofront.git
synced 2025-06-21 02:15:40 +02:00
19 lines
367 B
JSON
19 lines
367 B
JSON
/* 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"
|
|
]
|
|
}
|