Skip to content

Commit 4576640

Browse files
committed
Update TSConfig
1 parent aede40e commit 4576640

1 file changed

Lines changed: 4 additions & 1 deletion

File tree

tsconfig.json

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,12 @@
11
{
22
"compilerOptions": {
33
"baseUrl": ".",
4+
"declaration": true,
5+
"jsx": "react",
46
"paths": {
57
"~/*": ["./src/*"]
68
},
7-
"jsx": "react"
9+
"rootDir": "./src",
10+
"strict": true
811
}
912
}

0 commit comments

Comments
 (0)