ProfessorCEO commited on
Commit
d2d0c53
·
verified ·
1 Parent(s): 7ce3fac

Create tsconfig.json

Browse files
Files changed (1) hide show
  1. tsconfig.json +10 -0
tsconfig.json ADDED
@@ -0,0 +1,10 @@
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "compilerOptions": {
3
+ "target": "ESNext",
4
+ "module": "ESNext",
5
+ "moduleResolution": "node",
6
+ "esModuleInterop": true,
7
+ "skipLibCheck": true,
8
+ "strict": true
9
+ }
10
+ }