We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 023c259 commit 688a3e4Copy full SHA for 688a3e4
tsconfig.json
@@ -0,0 +1,11 @@
1
+{
2
+ "compilerOptions": {
3
+ "target": "es2020",
4
+ "module": "commonjs",
5
+ "esModuleInterop": true,
6
+ "forceConsistentCasingInFileNames": true,
7
+ "strict": true,
8
+ "skipLibCheck": true,
9
+ "resolveJsonModule": true
10
+ }
11
+}
0 commit comments