Эх сурвалжийг харах

add commonjs module config to tsconfig

afrokick 6 жил өмнө
parent
commit
d42eeac984
1 өөрчлөгдсөн 5 нэмэгдсэн , 1 устгасан
  1. 5 1
      tsconfig.json

+ 5 - 1
tsconfig.json

@@ -1,6 +1,10 @@
 {
     "compilerOptions": {
         "target": "es6",
-        "downlevelIteration": true
+        "module": "commonjs",
+        "downlevelIteration": true,
+        "noUnusedLocals": true,
+        "noUnusedParameters": true,
+        "skipLibCheck": true,
     }
 }