Files
psp_panel/tsconfig.app.json
T

16 lines
459 B
JSON
Raw Normal View History

2024-12-27 16:00:31 +03:00
/* To learn more about Typescript configuration file: https://www.typescriptlang.org/docs/handbook/tsconfig-json.html. */
/* To learn more about Angular compiler options: https://angular.dev/reference/configs/angular-compiler-options. */
2021-12-06 10:26:58 +03:00
{
2025-01-07 17:29:51 +03:00
"compilerOptions": {
"outDir": "./out-tsc/app",
"types": []
},
2025-12-04 21:07:18 +03:30
"exclude": [
"src/**/*.spec.ts"
2025-01-07 17:29:51 +03:00
],
2025-12-04 21:07:18 +03:30
"extends": "./tsconfig.json",
2025-01-07 17:29:51 +03:00
"include": [
2025-12-04 21:07:18 +03:30
"src/**/*.ts"
2025-01-07 17:29:51 +03:00
]
2021-12-06 10:26:58 +03:00
}