aboutsummaryrefslogtreecommitdiff
path: root/test/tsconfig.json
diff options
context:
space:
mode:
Diffstat (limited to 'test/tsconfig.json')
-rw-r--r--test/tsconfig.json6
1 files changed, 6 insertions, 0 deletions
diff --git a/test/tsconfig.json b/test/tsconfig.json
index e32033f8c..facc02cd3 100644
--- a/test/tsconfig.json
+++ b/test/tsconfig.json
@@ -32,6 +32,12 @@
],
"deno:harness": [
"js/deno/harness.ts"
+ ],
+ "foo/bar": [
+ "js/bun/resolve/baz.js"
+ ],
+ "@faasjs/*": [
+ "js/bun/resolve/*.js"
]
}
},