Jelajahi Sumber

🔧 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 bulan lalu
induk
melakukan
527bed9966
1 mengubah file dengan 1 tambahan dan 1 penghapusan
  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"