UNPKG

158 BJSONView Raw
1{
2 "extends": "./tsconfig.json",
3 "compilerOptions": {
4 "allowJs": true,
5 "types": ["jest", "node"]
6 },
7 "include": ["**/*.spec.ts", "**/*.d.ts"]
8}