Files
library/shared-types/tsconfig.spec.json
T
2026-02-19 15:20:25 -08:00

7 lines
128 B
JSON

{
"extends": "./tsconfig.json",
"compilerOptions": {
"types": ["jest", "node"]
},
"include": ["test/**/*.spec.ts"]
}