We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent abff7bf commit 1535e67Copy full SHA for 1535e67
1 file changed
tsconfig.json
@@ -0,0 +1,9 @@
1
+{
2
+ "compilerOptions": {
3
+ "target": "ES2020",
4
+ "module": "CommonJS",
5
+ "outDir": "dist",
6
+ "strict": true,
7
+ "esModuleInterop": true
8
+ }
9
+}
0 commit comments