Skip to content

Commit 4fc7fd6

Browse files
Merge pull request #785 from notVitaliy/patch-1
feat: Generate declaration files
2 parents dcd71d8 + 9eda6b3 commit 4fc7fd6

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

tsconfig.json

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,11 +4,12 @@
44
"target": "es6",
55
"noImplicitAny": false,
66
"sourceMap": true,
7-
"alwaysStrict": true
7+
"alwaysStrict": true,
8+
"declaration": true
89
},
910
"exclude": [
1011
"node_modules",
1112
"templates",
1213
"samples"
1314
]
14-
}
15+
}

0 commit comments

Comments
 (0)