electro-sb commited on
Commit
9b42c6c
·
1 Parent(s): cfe37d6

Add esModuleInterop and skipLibCheck to tsconfig.json

Browse files
Files changed (1) hide show
  1. web/tsconfig.json +2 -0
web/tsconfig.json CHANGED
@@ -6,7 +6,9 @@
6
  "module": "ESNext",
7
  "skipLibCheck": true,
8
  "moduleResolution": "node",
 
9
  "allowSyntheticDefaultImports": true,
 
10
  "esModuleInterop": true,
11
  "resolveJsonModule": true,
12
  "isolatedModules": true,
 
6
  "module": "ESNext",
7
  "skipLibCheck": true,
8
  "moduleResolution": "node",
9
+ "esModuleInterop": true,
10
  "allowSyntheticDefaultImports": true,
11
+ "skipLibCheck": true,
12
  "esModuleInterop": true,
13
  "resolveJsonModule": true,
14
  "isolatedModules": true,