UNPKG

177 BJSONView Raw
1{
2 "extends": "./tsconfig.prod.json",
3 "compilerOptions": {
4 "types": ["jest", "node", "@wdio/sync", "@wdio/jasmine-framework"]
5 },
6 "include": ["./test/**/*.test.ts"]
7}