| { | |
| "extends": "../tsconfig.json", | |
| "compilerOptions": { | |
| "strict": true, | |
| "checkJs": true, | |
| "allowJs": true, | |
| "module": "ESNext", | |
| "moduleResolution": "Bundler", | |
| "target": "ESNext", | |
| "noEmit": true, | |
| "allowImportingTsExtensions": true, | |
| }, | |
| "include": ["auto-run/**/*", "suite/**/*"] | |
| } |