lfabl 1 неделя назад
Родитель
Сommit
a9960b2c2b
1 измененных файлов с 1 добавлено и 1 удалено
  1. 1 1
      example/tsconfig.json

+ 1 - 1
example/tsconfig.json

@@ -1,5 +1,5 @@
 {
 {
-    "extends": "../../tsconfig.json",
+    "extends": "../tsconfig.json",
     "compilerOptions": {
     "compilerOptions": {
     }
     }
 }
 }