tests for voice
All checks were successful
NPM Audit Check / Check NPM audit (push) Successful in -1m32s

This commit is contained in:
2025-08-24 15:11:11 -05:00
parent 7f45387dac
commit 6ab158cee0
7 changed files with 1655 additions and 8 deletions

View File

@@ -9,9 +9,9 @@
"moduleResolution": "node16",
"sourceMap": true,
"inlineSources": true,
"rootDir": "./src",
"rootDir": "./",
"outDir": "./distribution"
},
"include": ["src/**/*"],
"include": ["src/**/*", "test/**/*"],
"exclude": ["**/*.spec.ts"]
}