2022-07-25 18:51:24 +02:00

9 lines
212 B
JSON

{
"extends": "../tsconfig.app.json",
"exclude": ["../src/karma.ts", "../src/**/*.spec.ts"],
"include": ["../src/**/*", "preview.ts"],
"compilerOptions": {
"types": ["@testing-library/jest-dom"]
}
}