Skip to content
This repository was archived by the owner on Sep 28, 2021. It is now read-only.

Commit b838607

Browse files
authored
Add declaration config to correct file
This generates TS declarations in /built
1 parent bc61c9c commit b838607

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

tsconfig.json

+1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,6 @@
11
{
22
"compilerOptions": {
3+
"declaration": true,
34
"module": "commonjs",
45
"strict": true,
56
"emitDecoratorMetadata": true,

0 commit comments

Comments
 (0)