Skip to content

Commit

Permalink
fix: types not building issues
Browse files Browse the repository at this point in the history
  • Loading branch information
bugwheels94 committed Aug 17, 2024
1 parent 0f6ba39 commit 989f05b
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions tsconfig.json
Original file line number Diff line number Diff line change
Expand Up @@ -30,6 +30,8 @@
"lib": ["esnext", "dom"],
"typeRoots": ["@types", "src/types"],
"emitDeclarationOnly": true,
"types": ["node"],

"noEmit": false,
"declarationDir": "./dist/types",
"experimentalDecorators": true
Expand Down

0 comments on commit 989f05b

Please sign in to comment.