Skip to content

Commit 64a54bf

Browse files
Update tsconfig.json
1 parent 65b7000 commit 64a54bf

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
@@ -13,7 +13,7 @@
1313
"resolveJsonModule": true,
1414
"declarationDir": "dist/types",
1515
"outDir": "dist/lib",
16-
"typeRoots": ["node_modules/@types"],
16+
"typeRoots": ["node_modules/@types"]
1717
},
1818
"include": ["src/**/*.ts"],
1919
"exclude": ["node_modules"]

0 commit comments

Comments
 (0)