diff options
Diffstat (limited to 'test/bun.js/bundled/tsconfig.json')
-rw-r--r-- | test/bun.js/bundled/tsconfig.json | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/test/bun.js/bundled/tsconfig.json b/test/bun.js/bundled/tsconfig.json new file mode 100644 index 000000000..358cb5526 --- /dev/null +++ b/test/bun.js/bundled/tsconfig.json @@ -0,0 +1,6 @@ +{ + "compilerOptions": { + "paths": {}, + "baseUrl": "." + } +} |