Skip to content

Commit

Permalink
set 'declaration' field in tsconfig to true
Browse files Browse the repository at this point in the history
  • Loading branch information
ozhanefemeral committed Jul 20, 2024
1 parent fee72de commit 9d2209f
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions tsconfig.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@
"compilerOptions": {
"esModuleInterop": true,
"skipLibCheck": true,
"declaration": true,
"target": "es2022",
"verbatimModuleSyntax": false,
"allowJs": true,
Expand Down

0 comments on commit 9d2209f

Please sign in to comment.