We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2ad608f commit 9184a4eCopy full SHA for 9184a4e
tsconfig.json
@@ -14,7 +14,7 @@
14
"outDir": "dist",
15
"declaration": true,
16
"forceConsistentCasingInFileNames": true,
17
- "typeRoots": ["node_modules/@types", "src/types.ts"],
+ "typeRoots": ["node_modules/@types"],
18
},
19
"include": ["**/*.ts", "**/*.tsx"],
20
"exclude": ["node_modules", "dist"]
0 commit comments