storybook/code/frameworks/angular/tsconfig.spec.json
Norbert de Langen 113e0582d2
Merge branch 'next' into future/move-code-into-directory
# Conflicts:
#	.vscode/launch.json
#	CONTRIBUTING.old.md
#	code/lib/cli/tsconfig.json
#	scripts/tsconfig.json
2022-07-26 08:33:57 +02:00

10 lines
261 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"]
}