Skip to content

Commit a1f9270

Browse files
committed
build(): generate .d.ts files during build.
1 parent e5048bc commit a1f9270

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/tsconfig.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"compilerOptions": {
3-
"declaration": false,
3+
"declaration": true,
44
"emitDecoratorMetadata": true,
55
"experimentalDecorators": true,
66
"mapRoot": "",

0 commit comments

Comments
 (0)