Skip to content

Commit

Permalink
Refactor tsconfig.json
Browse files Browse the repository at this point in the history
  • Loading branch information
wooorm committed Oct 25, 2024
1 parent a976b9f commit f1fdf8a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tsconfig.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,8 @@
"compilerOptions": {
"checkJs": true,
"customConditions": ["development"],
"declaration": true,
"declarationMap": true,
"declaration": true,
"emitDeclarationOnly": true,
"exactOptionalPropertyTypes": true,
"lib": ["es2022"],
Expand Down

0 comments on commit f1fdf8a

Please sign in to comment.