Files

15 lines
440 B
JSON
Raw Permalink 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/spec",
"types": [
"jasmine"
]
},
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"
2021-12-06 10:26:58 +03:00
]
}