Files
FastCheck/tsconfig.app.json

17 lines
450 B
JSON
Raw Permalink Normal View History

2026-01-19 14:09:12 +04: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. */
{
"extends": "./tsconfig.json",
"compilerOptions": {
"outDir": "./out-tsc/app",
"types": []
},
"include": [
2026-01-23 00:52:04 +04:00
"src/**/*.ts",
"src/**/*.html"
2026-01-19 14:09:12 +04:00
],
"exclude": [
"src/**/*.spec.ts"
]
}