Skip to content

Commit

Permalink
Create tsconfig.node.json
Browse files Browse the repository at this point in the history
  • Loading branch information
vcb88 authored Nov 22, 2024
1 parent d3f9f2e commit 39af04c
Showing 1 changed file with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions tsconfig.node.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,10 @@
{
"compilerOptions": {
"composite": true,
"skipLibCheck": true,
"module": "ESNext",
"moduleResolution": "bundler",
"allowSyntheticDefaultImports": true
},
"include": ["vite.config.ts"]
}

0 comments on commit 39af04c

Please sign in to comment.