feat(test): Automate smoke tests for JS Client [DXJ-293] (#282)

This commit is contained in:
Pavel
2023-03-07 20:07:52 +04:00
committed by GitHub
parent 3fbeb0df8e
commit 10d7eaed80
40 changed files with 830 additions and 169 deletions

View File

@@ -1,8 +1,7 @@
{
"extends": "../../../tsconfig.json",
"compilerOptions": {
"outDir": "./dist",
"moduleResolution": "nodenext"
"outDir": "./dist"
},
"include": ["src/**/*"],
"exclude": ["node_modules", "dist"],