We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f6fe5ec commit 8c06912Copy full SHA for 8c06912
1 file changed
packages/cli/tsconfig.json
@@ -3,7 +3,9 @@
3
"target": "ES2022",
4
"module": "NodeNext",
5
"moduleResolution": "NodeNext",
6
- "types": ["bun-types"],
+ "types": [
7
+ "bun"
8
+ ],
9
"strict": true,
10
"skipLibCheck": true,
11
"esModuleInterop": true,
@@ -12,5 +14,7 @@
12
14
"allowImportingTsExtensions": true,
13
15
"noEmit": true
16
},
- "include": ["src"]
-}
17
+ "include": [
18
+ "src"
19
+ ]
20
+}
0 commit comments