Skip to content

Commit

Permalink
updates
Browse files Browse the repository at this point in the history
  • Loading branch information
jhmeel committed Sep 14, 2024
1 parent 239138a commit 752474f
Showing 1 changed file with 23 additions and 0 deletions.
23 changes: 23 additions & 0 deletions tsconfig.node.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,23 @@
{
"compilerOptions": {
"target": "ES2022",
"lib": ["ES2023"],
"module": "ESNext",
"skipLibCheck": true,

/* Bundler mode */
"moduleResolution": "bundler",
"allowImportingTsExtensions": true,
"isolatedModules": true,
"moduleDetection": "force",
"noEmit": true,
"allowJs": true,
"allowSyntheticDefaultImports": true,
"resolveJsonModule": true,


/* Linting */
"strict": true
},
"include": ["vite.config.ts"]
}

0 comments on commit 752474f

Please sign in to comment.