UNPKG

282 BJSONView Raw
1{
2 "extends": "./tsconfig.json",
3 "compilerOptions": {
4 "outDir": "../../dist/out-tsc",
5 "module": "commonjs",
6 "types": ["jest", "node", "@testing-library/jest-dom"],
7 "allowJs": true
8 },
9 "include": ["**/*.test.js", "**/*.test.ts", "**/*.test.tsx", "**/*.d.ts"]
10}