Skip to content

Commit 0352738

Browse files
committed
fix: TS project references need to be able to reference .d.ts files
microsoft/TypeScript#49844 (comment)
1 parent c5704d2 commit 0352738

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

src/tsconfig.json

+1-2
Original file line numberDiff line numberDiff line change
@@ -3,8 +3,7 @@
33
"compilerOptions": {
44
"allowJs": false,
55
"lib": ["DOM", "DOM.Iterable", "ESNext"],
6-
"emitDeclarationOnly": false,
7-
"noEmit": true,
6+
"outDir": "build",
87
"jsx": "react",
98
"baseUrl": ".",
109
"paths": {

0 commit comments

Comments
 (0)