Skip to content

Commit 9184a4e

Browse files
committed
tsconfig updated
1 parent 2ad608f commit 9184a4e

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
@@ -14,7 +14,7 @@
1414
"outDir": "dist",
1515
"declaration": true,
1616
"forceConsistentCasingInFileNames": true,
17-
"typeRoots": ["node_modules/@types", "src/types.ts"],
17+
"typeRoots": ["node_modules/@types"],
1818
},
1919
"include": ["**/*.ts", "**/*.tsx"],
2020
"exclude": ["node_modules", "dist"]

0 commit comments

Comments
 (0)