Adam Shaw 7 лет назад
Родитель
Сommit
ae41fa9e86
1 измененных файлов с 10 добавлено и 0 удалено
  1. 10 0
      src/structs/tsconfig.json

+ 10 - 0
src/structs/tsconfig.json

@@ -0,0 +1,10 @@
+{
+  "extends": "../../tsconfig",
+  "compilerOptions": {
+    "noImplicitAny": true,
+    "noImplicitThis": true,
+    "strictNullChecks": true,
+    "strictFunctionTypes": true,
+    "strictPropertyInitialization": true
+  }
+}