Skip to content

Commit

Permalink
fix compiler config
Browse files Browse the repository at this point in the history
  • Loading branch information
realies committed Jan 3, 2025
1 parent a7ab235 commit dde898a
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion tsconfig.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@
"target": "es2020",
"module": "esnext",
"moduleResolution": "bundler",
"rewriteRelativeImportExtensions": true,
"allowImportingTsExtensions": true,
"lib": ["es2020"],
"strict": true,
Expand All @@ -14,7 +15,7 @@
"rootDir": "src",
"types": ["node"],
"noImplicitAny": false,
"noEmit": true
"noEmit": false
},
"include": ["src"],
"exclude": ["node_modules", "**/__tests__/*"]
Expand Down

0 comments on commit dde898a

Please sign in to comment.