Skip to content

Commit 1a8158d

Browse files
committed
fix(nuxt): enable esModuleInterop
1 parent 84199a4 commit 1a8158d

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

packages/nuxt/tsconfig.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99
"noUnusedLocals": true,
1010
"noEmit": true,
1111
"allowSyntheticDefaultImports": true,
12-
"esModuleInterop": false,
12+
"esModuleInterop": true,
1313
"skipLibCheck": true,
1414
"paths": {
1515
"#imports": ["./src/runtime/types/nitro-server"]

0 commit comments

Comments
 (0)