aboutsummaryrefslogtreecommitdiff
path: root/packages/bun-types/tsconfig.docs.json
blob: 5b357801a5a2e08e7372f53a3efd04fcb004909c (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
{
  "compilerOptions": {
    "composite": true,
    "noEmit": true,
    "lib": ["ESNext"],
    "baseUrl": ".",
    "rootDir": ".",
    "outFile": "./types.d.ts",
    "skipLibCheck": true,
    "target": "esnext",
    "disableSolutionSearching": true
  },
  "include": ["./*.d.ts", "dist"],
  "exclude": [
    "node_modules",
    "./node_modules",
    "./node_modules/*",
    "./node_modules/@types/node/index.d.ts"
  ]
}