| { |
| "extends": "../../../config/typescript/tsconfig.base.json", |
| "compilerOptions": { |
| "target": "esnext", |
| "module": "commonjs", |
| "composite": false, |
| "allowUnreachableCode": false, |
| "baseUrl": ".", |
| "skipLibCheck": true, |
| "paths": { |
| "test/*": ["../../../test/*"], |
| "puppeteer": ["../../../node_modules/puppeteer/lib/types.d.ts"], |
| "*": ["*", "../../../node_modules/@types/*/index.d.ts"] |
| } |
| }, |
| "files": [ |
| "MochaRootHooks.ts", |
| "TestDriver.ts", |
| "StandaloneTestDriver.ts", |
| "OptionsPageTests.ts", |
| "cxx-debugging-extension-helpers.ts", |
| "standalone/MemoryInspector.test.ts", |
| "../../../test/e2e/types.d.ts" |
| ] |
| } |