chore(server-e2e): allow starting via VS Code

This commit is contained in:
Elian Doran
2025-05-01 13:39:10 +03:00
parent b64521d250
commit a083418906
5 changed files with 31 additions and 98 deletions

View File

@@ -3,7 +3,8 @@
"compilerOptions": {
"allowJs": true,
"outDir": "out-tsc/playwright",
"sourceMap": false
"sourceMap": false,
"verbatimModuleSyntax": false
},
"include": [
"**/*.ts",