Skip to content

Commit 8c06912

Browse files
committed
fix tsconfig
1 parent f6fe5ec commit 8c06912

1 file changed

Lines changed: 7 additions & 3 deletions

File tree

packages/cli/tsconfig.json

Lines changed: 7 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,9 @@
33
"target": "ES2022",
44
"module": "NodeNext",
55
"moduleResolution": "NodeNext",
6-
"types": ["bun-types"],
6+
"types": [
7+
"bun"
8+
],
79
"strict": true,
810
"skipLibCheck": true,
911
"esModuleInterop": true,
@@ -12,5 +14,7 @@
1214
"allowImportingTsExtensions": true,
1315
"noEmit": true
1416
},
15-
"include": ["src"]
16-
}
17+
"include": [
18+
"src"
19+
]
20+
}

0 commit comments

Comments
 (0)