skolplattformen-backup/libs/hooks/tsconfig.spec.json

20 lines
355 B
JSON
Raw Permalink Normal View History

2021-10-05 15:27:47 +00:00
{
"extends": "./tsconfig.json",
"compilerOptions": {
"outDir": "../../dist/out-tsc",
"module": "commonjs",
"types": ["jest", "node"]
},
"include": [
"**/*.spec.ts",
"**/*.spec.tsx",
"**/*.spec.js",
"**/*.spec.jsx",
2021-10-15 20:36:48 +00:00
"**/*.test.ts",
"**/*.test.tsx",
"**/*.test.js",
"**/*.test.jsx",
2021-10-05 15:27:47 +00:00
"**/*.d.ts"
]
}