Skip to content

Commit d02c4e2

Browse files
alan-agius4clydin
authored andcommitted
build: add tsconfig config in e2e folder
This is picked up by the TS language server which improves DX when writing and debugging tests. Previously, the default TS options were used which results in discrepancies such as strict mode is not enabled.
1 parent b764ecb commit d02c4e2

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

tests/legacy-cli/tsconfig.json

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
{
2+
"extends": "../../tsconfig-test.json",
3+
"compilerOptions": { "paths": {} },
4+
"exclude": ["e2e/assets/**"]
5+
}

0 commit comments

Comments
 (0)