Skip to content

Commit

Permalink
🔧 Generate d.ts file
Browse files Browse the repository at this point in the history
  • Loading branch information
frinyvonnick committed Feb 9, 2022
1 parent 054fc88 commit 66a4199
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion tsconfig.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,8 @@
"module": "commonjs",
"noImplicitAny": true,
"rootDir": "./src",
"outDir": "dist"
"outDir": "dist",
"declaration": true
},
"include": ["src/**/*"],
"exclude": ["node_modules", "**/*.spec.ts"]
Expand Down

0 comments on commit 66a4199

Please sign in to comment.