|
@@ -1,10 +1,10 @@
|
|
|
{
|
|
{
|
|
|
"compilerOptions": {
|
|
"compilerOptions": {
|
|
|
"target": "esnext",
|
|
"target": "esnext",
|
|
|
|
|
+ "lib": ["DOM", "DOM.Iterable"],
|
|
|
"moduleDetection": "force",
|
|
"moduleDetection": "force",
|
|
|
"module": "esnext",
|
|
"module": "esnext",
|
|
|
"moduleResolution": "bundler",
|
|
"moduleResolution": "bundler",
|
|
|
- "types": ["bun-types"],
|
|
|
|
|
"allowImportingTsExtensions": true,
|
|
"allowImportingTsExtensions": true,
|
|
|
"allowJs": true,
|
|
"allowJs": true,
|
|
|
"noEmit": true,
|
|
"noEmit": true,
|