Skip to content

Commit

Permalink
Tweak TS config
Browse files Browse the repository at this point in the history
  • Loading branch information
Destiner committed Mar 18, 2024
1 parent bb325dd commit 79ca731
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions tsconfig.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"compilerOptions": {
/* Base */
/* General */
"esModuleInterop": true,
"skipLibCheck": true,
"target": "ES2022",
Expand All @@ -25,7 +25,7 @@
"sourceMap": true,
/* Building for a library */
"declaration": true,
/* General environment */
/* Environment */
"lib": ["ES2022"],
/* Imports */
"baseUrl": "src",
Expand Down

0 comments on commit 79ca731

Please sign in to comment.