Skip to content

Commit 3b13eac

Browse files
committed
fix: remove bun-types from tsconfig
1 parent 0ff6175 commit 3b13eac

File tree

1 file changed

+1
-4
lines changed

1 file changed

+1
-4
lines changed

tsconfig.json

+1-4
Original file line numberDiff line numberDiff line change
@@ -12,9 +12,6 @@
1212
"jsx": "react-jsx",
1313
"allowSyntheticDefaultImports": true,
1414
"forceConsistentCasingInFileNames": true,
15-
"allowJs": true,
16-
"types": [
17-
"bun-types" // add Bun global
18-
]
15+
"allowJs": true
1916
}
2017
}

0 commit comments

Comments
 (0)