storybook/app/angular/tsconfig.spec.json
Norbert de Langen ad056dc5b7
cleanup
2022-05-03 10:36:17 +02:00

21 lines
319 B
JSON

{
"extends": "./tsconfig.json",
"compilerOptions": {
"types": [
"webpack-env",
"jest",
"node"
],
"typeRoots": [
"../../node_modules/@types",
"node_modules/@types"
],
"allowJs": true
},
"include": [
"**/*.test.ts",
"**/*.d.ts",
"setup-jest.ts"
]
}