Skip to content

Commit 681374c

Browse files
brennantaylorashishagg
authored andcommitted
compile ts declarations (#12)
1 parent 27b14a9 commit 681374c

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

tsconfig.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"compilerOptions": {
33
"outDir": "./dist",
4-
"allowJs": true,
4+
"declaration": true,
55
"target": "es5"
66
},
77
"include": [

0 commit comments

Comments
 (0)