UNPKG

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