فهرست منبع

update tsconfig.json

Yuki Takei 2 سال پیش
والد
کامیت
11df9ac2ff

+ 0 - 2
packages/preset-themes/tsconfig.json

@@ -2,8 +2,6 @@
   "$schema": "http://json.schemastore.org/tsconfig",
   "extends": "../../tsconfig.base.json",
   "compilerOptions": {
-    /* TOOD: remove below flags for strict checking */
-    "noImplicitAny": false
   },
   "include": [
     "src"

+ 1 - 0
packages/remark-attachment-refs/tsconfig.json

@@ -9,6 +9,7 @@
     },
 
     /* TOOD: remove below flags for strict checking */
+    "strict": false,
     "noImplicitAny": false
   },
   "include": [

+ 1 - 0
packages/remark-drawio/tsconfig.json

@@ -5,6 +5,7 @@
     "jsx": "react-jsx",
 
     /* TOOD: remove below flags for strict checking */
+    "strict": false,
     "noImplicitAny": false
   },
   "include": [

+ 0 - 2
packages/remark-growi-directive/tsconfig.base.json

@@ -2,8 +2,6 @@
   "$schema": "http://json.schemastore.org/tsconfig",
   "extends": "../../tsconfig.base.json",
   "compilerOptions": {
-    /* TOOD: remove below flags for strict checking */
-    "noImplicitAny": false
   },
   "include": [
     "src"