storybook/app/angular/tsconfig.spec.json
ThibaudAv 09857a085a test: add test for RenderNgAppService
Configure app/angular package as jest projects
Allow to use jest-preset-angular for app/angular tests
2020-12-02 23:57:20 +01: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"]
}