Skip to content

Commit

Permalink
WIP
Browse files Browse the repository at this point in the history
  • Loading branch information
cskrov committed Aug 26, 2024
1 parent 58a88c3 commit 0e1963a
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions server/tsconfig.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,10 +3,10 @@
// Enable latest features
"lib": ["ESNext"],
"target": "ESNext",
"module": "CommonJS",
"moduleDetection": "auto",
"module": "NodeNext",
"moduleDetection": "force",
// Bundler mode
"moduleResolution": "Node",
"moduleResolution": "NodeNext",
// Best practices
"strict": true,
"skipLibCheck": true,
Expand Down

0 comments on commit 0e1963a

Please sign in to comment.