Browse Source

remove 'noEmit' as one possible solution to a tsc error

pull/136/head
Trent Larson 6 days ago
parent
commit
b1a5a74563
  1. 3
      tsconfig.node.json

3
tsconfig.node.json

@ -5,8 +5,7 @@
"module": "ESNext",
"moduleResolution": "bundler",
"allowSyntheticDefaultImports": true,
"allowImportingTsExtensions": true,
"noEmit": true
"allowImportingTsExtensions": true
},
"include": ["vite.config.*"]
}
Loading…
Cancel
Save