Skip to content

Commit

Permalink
Add missing tsconfig
Browse files Browse the repository at this point in the history
  • Loading branch information
cpbotha committed May 27, 2023
1 parent df9a217 commit c208bfa
Showing 1 changed file with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions fe/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 c208bfa

Please sign in to comment.