Shun Miyazawa 1 год назад
Родитель
Сommit
3f423a6c79
1 измененных файлов с 8 добавлено и 0 удалено
  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,
+  }
+}