diff options
| author | Adam <[email protected]> | 2026-01-22 12:19:47 -0600 |
|---|---|---|
| committer | Adam <[email protected]> | 2026-01-22 12:19:57 -0600 |
| commit | 93044cc7d11d406a661278ed7f05065d85cda60a (patch) | |
| tree | b041bd80c09c634e07af872e2d99fb548dcc2515 /packages/app/e2e/tsconfig.json | |
| parent | 5a4eec5b08be6c36561fa06f056a330d3b402b34 (diff) | |
| download | opencode-93044cc7d11d406a661278ed7f05065d85cda60a.tar.gz opencode-93044cc7d11d406a661278ed7f05065d85cda60a.zip | |
test(app): fix windows paths
Diffstat (limited to 'packages/app/e2e/tsconfig.json')
| -rw-r--r-- | packages/app/e2e/tsconfig.json | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/packages/app/e2e/tsconfig.json b/packages/app/e2e/tsconfig.json new file mode 100644 index 000000000..76438a03c --- /dev/null +++ b/packages/app/e2e/tsconfig.json @@ -0,0 +1,8 @@ +{ + "extends": "../tsconfig.json", + "compilerOptions": { + "noEmit": true, + "types": ["node"] + }, + "include": ["./**/*.ts"] +} |
