Skip to content

Commit

Permalink
fix: add declaration true to compilerOptions to generate d.ts files (#…
Browse files Browse the repository at this point in the history
  • Loading branch information
khendrikse committed Oct 30, 2023
1 parent 351a7c9 commit b806665
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions tsconfig.json
Expand Up @@ -2,6 +2,7 @@
"compilerOptions": {
"strict": true,
"target": "ES2022",
"declaration": true,
"rootDir": ".",
"outDir": "build",
"module": "Node16",
Expand Down

0 comments on commit b806665

Please sign in to comment.