{ "compilerOptions": { "esModuleInterop": true, "module": "NodeNext", "target": "ES2020", "outDir": "out", "lib": [ "ES2020" ], "skipLibCheck": true, "sourceMap": true, "strict": true }, "exclude": [ "*.js", "**/*.e2e.test.ts", "src/webview/**/*" ] }