• Home
  • Line#
  • Scopes#
  • Navigate#
  • Raw
  • Download
1{
2  "compilerOptions": {
3    "esModuleInterop": true,
4    "module": "NodeNext",
5    "target": "ES2020",
6    "outDir": "out",
7    "lib": [
8      "ES2020"
9    ],
10    "skipLibCheck": true,
11    "sourceMap": true,
12    "strict": true
13  },
14  "exclude": [
15    "*.js",
16    "**/*.e2e.test.ts",
17    "src/webview/**/*"
18  ]
19}
20