Skip to content

Commit

Permalink
feat: build package with type definitions
Browse files Browse the repository at this point in the history
  • Loading branch information
ahnpnl committed Sep 23, 2024
1 parent 1c88c51 commit ea1d253
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion tsconfig.build.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,8 @@
"outDir": "./build",
"allowJs": true,
"removeComments": true,
"stripInternal": true
"stripInternal": true,
"declaration": true
},
"include": ["src"],
"exclude": ["**/*.spec.ts", "src/transformers/jit_transform.js"]
Expand Down

0 comments on commit ea1d253

Please sign in to comment.