Yuki Takei 3 лет назад
Родитель
Сommit
f164f69f79
2 измененных файлов с 5 добавлено и 12 удалено
  1. 0 10
      packages/core/test/tsconfig.json
  2. 5 2
      packages/core/tsconfig.json

+ 0 - 10
packages/core/test/tsconfig.json

@@ -1,10 +0,0 @@
-{
-  "$schema": "http://json.schemastore.org/tsconfig",
-  "extends": "../tsconfig.json",
-  "compilerOptions": {
-    "baseUrl": ".",
-    "paths": {
-      "~/*": ["./src/*"]
-    }
-  }
-}

+ 5 - 2
packages/core/tsconfig.json

@@ -2,9 +2,12 @@
   "$schema": "http://json.schemastore.org/tsconfig",
   "$schema": "http://json.schemastore.org/tsconfig",
   "extends": "../../tsconfig.base.json",
   "extends": "../../tsconfig.base.json",
   "compilerOptions": {
   "compilerOptions": {
-    "baseUrl": "."
+    "baseUrl": ".",
+    "paths": {
+      "~/*": ["./src/*"]
+    }
   },
   },
   "include": [
   "include": [
-    "src"
+    "src", "test"
   ]
   ]
 }
 }