summaryrefslogtreecommitdiffhomepage
path: root/packages/app/e2e/tsconfig.json
diff options
context:
space:
mode:
authorAdam <[email protected]>2026-01-22 12:19:47 -0600
committerAdam <[email protected]>2026-01-22 12:19:57 -0600
commit93044cc7d11d406a661278ed7f05065d85cda60a (patch)
treeb041bd80c09c634e07af872e2d99fb548dcc2515 /packages/app/e2e/tsconfig.json
parent5a4eec5b08be6c36561fa06f056a330d3b402b34 (diff)
downloadopencode-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.json8
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"]
+}