Remove allowSyntheticDefaultImports

This commit is contained in:
Matt Bierner
2025-11-10 09:01:56 -08:00
parent 3e1fcf3b2c
commit dd281f1d90
3 changed files with 1 additions and 4 deletions

View File

@@ -5,7 +5,6 @@
"moduleResolution": "NodeNext",
"outDir": "./out",
"skipLibCheck": true,
"allowSyntheticDefaultImports": false,
"typeRoots": [
"./node_modules/@types"
]