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

21 lines
378 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"],
"composite": true
2021-10-05 15:27:47 +00:00
},
"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"
]
}