There was an error while loading. Please reload this page.
1 parent efa309c commit be4bcf5Copy full SHA for be4bcf5
tsconfig.json
@@ -0,0 +1,16 @@
1
+{
2
+ "compilerOptions": {
3
+ "target": "es2020",
4
+ "strict": true,
5
+ "preserveConstEnums": true,
6
+ "noEmit": true,
7
+ "sourceMap": false,
8
+ "module": "commonjs",
9
+ "moduleResolution": "node",
10
+ "esModuleInterop": true,
11
+ "skipLibCheck": true,
12
+ "forceConsistentCasingInFileNames": true,
13
+ "isolatedModules": true
14
+ },
15
+ "exclude": ["node_modules"]
16
+}
0 commit comments