We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent fa604eb commit 243787fCopy full SHA for 243787f
1 file changed
packages/react/tsconfig.json
@@ -3,7 +3,9 @@
3
"compilerOptions": {
4
"jsx": "react",
5
"outDir": "./dist",
6
- "rootDir": "./src"
+ "rootDir": "./src",
7
+ "composite": true,
8
+ "noEmit": false,
9
},
10
"include": ["src/**/*.ts", "src/**/*.tsx"]
11
}
0 commit comments