Skip to content

Commit

Permalink
Start emitting TypeScript declarations
Browse files Browse the repository at this point in the history
  • Loading branch information
niklashigi committed Jan 15, 2021
1 parent 25b56aa commit 5dcd08e
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 @@
"target": "es2018",
"module": "commonjs",
"outDir": "dist",
"noUnusedLocals": true
"noUnusedLocals": true,
"declaration": true
},
"include": ["src/**/*"]
}

0 comments on commit 5dcd08e

Please sign in to comment.