Skip to content

Commit 16cda50

Browse files
committed
[Fix] missing *.d.ts on build (#86)
1 parent ea36f0e commit 16cda50

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tsconfig.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
1212
"esModuleInterop": true,
1313
"baseUrl": "src/",
1414
"declaration": true,
15-
"declarationDir": "dist",
15+
"outDir": "./dist",
1616
"inlineSources": true,
1717
"sourceMap": true,
1818
"rootDir": "src",

0 commit comments

Comments
 (0)