Files
lore/tsconfig.spec.json
T
naomi 6bbcb4d8fa
Node.js CI / CI (pull_request) Successful in 32s
Security Scan and Upload / Security & DefectDojo Upload (pull_request) Successful in 53s
feat: linter and tests work now
2025-12-27 12:42:17 -08:00

16 lines
442 B
JSON

/* 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/spec",
"types": [
"vitest/globals"
],
},
"include": [
"src/**/*.d.ts",
"src/**/*.spec.ts"
]
}