We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 605e67c commit e06b1feCopy full SHA for e06b1fe
packages/store/tsconfig.json
@@ -0,0 +1,8 @@
1
+{
2
+ "compilerOptions": {
3
+ "module": "ES2022",
4
+ "target": "ES2022",
5
+ "moduleResolution": "Node",
6
+ "allowSyntheticDefaultImports": true
7
+ }
8
+}
0 commit comments