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", "module": "ESNext",
"moduleResolution": "bundler", "moduleResolution": "bundler",
"allowSyntheticDefaultImports": true, "allowSyntheticDefaultImports": true,
"allowImportingTsExtensions": true, "allowImportingTsExtensions": true
"noEmit": true
}, },
"include": ["vite.config.*"] "include": ["vite.config.*"]
} }
Loading…
Cancel
Save