Skip to content

Commit 1e933bc

Browse files
committed
output declarations
1 parent ece87c9 commit 1e933bc

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

tsconfig.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,8 @@
2121
"strict": true,
2222
"forceConsistentCasingInFileNames": true,
2323
"typeRoots": ["./node_modules/@types", "./types.d.ts"],
24-
"baseUrl": "."
24+
"baseUrl": ".",
25+
"declaration": true
2526
},
2627
"include": ["lib/**/*.ts", "index.ts", "bin/*.ts"],
2728
"ts-node": {

0 commit comments

Comments
 (0)