aboutsummaryrefslogtreecommitdiff
path: root/packages/bun-vscode/tsconfig.json
blob: 2383c58330a3eb58a338591f401557648430a09e (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
{
  "compilerOptions": {
    "moduleResolution": "node",
    "target": "ESNext",
    "module": "ESNext",
    "declaration": true,
    "esModuleInterop": true,
    "isolatedModules": false,
    "skipLibCheck": true,
    "types": ["bun-types"]
  },
  "include": ["src", "test", "types", "../../bun-devtools", "../../bun-debug-adapter-protocol"],
  "exclude": ["node_modules"]
}