Skip to content

Commit

Permalink
upd tsconfig
Browse files Browse the repository at this point in the history
  • Loading branch information
vitalets committed Sep 26, 2024
1 parent d410834 commit 796ef72
Showing 1 changed file with 2 additions and 7 deletions.
9 changes: 2 additions & 7 deletions tsconfig.json
Original file line number Diff line number Diff line change
@@ -1,14 +1,9 @@
{
"compilerOptions": {
"target": "es2021",
"module": "commonjs",
"module": "nodenext",
"strict": true,
"noEmit": true,
"useUnknownInCatchVariables": false,
"forceConsistentCasingInFileNames": true,
"moduleResolution": "node",
"resolveJsonModule": true,
"esModuleInterop": true
"noEmit": true
},
"include": ["**/*.ts"]
}

0 comments on commit 796ef72

Please sign in to comment.