Skip to content

Commit

Permalink
update tsconfig.node based on newest vite config
Browse files Browse the repository at this point in the history
  • Loading branch information
iOvergaard committed Nov 24, 2022
1 parent 278167d commit 289918b
Showing 1 changed file with 7 additions and 6 deletions.
13 changes: 7 additions & 6 deletions tsconfig.node.json
Original file line number Diff line number Diff line change
@@ -1,8 +1,9 @@
{
"compilerOptions": {
"composite": true,
"module": "esnext",
"moduleResolution": "node"
},
"include": ["vite.config.ts"]
"compilerOptions": {
"composite": true,
"module": "esnext",
"moduleResolution": "node",
"allowSyntheticDefaultImports": true
},
"include": ["vite.config.ts"]
}

0 comments on commit 289918b

Please sign in to comment.