We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent aede40e commit 4576640Copy full SHA for 4576640
1 file changed
tsconfig.json
@@ -1,9 +1,12 @@
1
{
2
"compilerOptions": {
3
"baseUrl": ".",
4
+ "declaration": true,
5
+ "jsx": "react",
6
"paths": {
7
"~/*": ["./src/*"]
8
},
- "jsx": "react"
9
+ "rootDir": "./src",
10
+ "strict": true
11
}
12
0 commit comments