We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ba29a29 commit 880854aCopy full SHA for 880854a
.config/tsconfig.json
@@ -12,6 +12,7 @@
12
"emitDeclarationOnly": true,
13
"jsx": "react-jsx",
14
"outDir": "../packages",
15
- "allowSyntheticDefaultImports": true
+ "allowSyntheticDefaultImports": true,
16
+ "strict": true
17
}
18
0 commit comments