Spaces:
Sleeping
Sleeping
| { | |
| "extends": "../tsconfig.json", | |
| "noEmit": true, | |
| "compilerOptions": { | |
| "noEmit": true, | |
| "target": "es6", | |
| "module": "esnext", | |
| "lib": ["ESNext"], | |
| "moduleResolution": "bundler", | |
| "outDir": "build", | |
| "esModuleInterop": true, | |
| "types": ["vitest/globals"] | |
| }, | |
| "include": [ | |
| "../**/*.test.mts", | |
| "../**/*.test.ts", | |
| "./puterJsApiTests/testUtil.ts" | |
| ], | |
| "exclude": [ | |
| "node_modules" | |
| ] | |
| } | |