Skip to content

Commit 243787f

Browse files
committed
fixes tsconfig
1 parent fa604eb commit 243787f

1 file changed

Lines changed: 3 additions & 1 deletion

File tree

packages/react/tsconfig.json

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,9 @@
33
"compilerOptions": {
44
"jsx": "react",
55
"outDir": "./dist",
6-
"rootDir": "./src"
6+
"rootDir": "./src",
7+
"composite": true,
8+
"noEmit": false,
79
},
810
"include": ["src/**/*.ts", "src/**/*.tsx"]
911
}

0 commit comments

Comments
 (0)