Преглед изворни кода

🔧 chore(tsconfig): update include paths to include stt-sdk-core tests

- add "packages/stt-sdk-core/tests" to include array for proper type checking of package tests
yourname пре 3 месеци
родитељ
комит
527bed9966
1 измењених фајлова са 1 додато и 1 уклоњено
  1. 1 1
      tsconfig.json

+ 1 - 1
tsconfig.json

@@ -24,7 +24,7 @@
       "@/packages/stt-sdk-core": ["packages/stt-sdk-core/src"]
     }
   },
-  "include": ["src", "packages/stt-sdk-core/src", "tests"],
+  "include": ["src", "packages/stt-sdk-core/src", "packages/stt-sdk-core/tests", "tests"],
   "references": [
     {
       "path": "./tsconfig.node.json"