Browse Source

add tsconfig.json

Shun Miyazawa 1 year ago
parent
commit
3f423a6c79
1 changed files with 8 additions and 0 deletions
  1. 8 0
      bin/data-migrations/tsconfig.json

+ 8 - 0
bin/data-migrations/tsconfig.json

@@ -0,0 +1,8 @@
+{
+  "$schema": "http://json.schemastore.org/tsconfig",
+  "extends": "../../tsconfig.base.json",
+  "compilerOptions": {
+    "checkJs": true,
+    "strict": true,
+  }
+}