mirror of
https://github.com/oven-sh/bun
synced 2026-02-02 15:08:46 +00:00
remove redundant allowSyntheticDefaultImports (#1802)
This commit is contained in:
@@ -2,7 +2,6 @@
|
||||
"extends": "./tsconfig.base.json",
|
||||
"compilerOptions": {
|
||||
"experimentalDecorators": true,
|
||||
"allowSyntheticDefaultImports": true,
|
||||
"noEmit": true,
|
||||
// "skipLibCheck": true,
|
||||
"allowJs": true
|
||||
@@ -25,4 +24,4 @@
|
||||
"test/snapshots",
|
||||
"test/snapshots-no-hmr"
|
||||
]
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user