From a34d020bc6b252e842f042d935c7a0e6444460cf Mon Sep 17 00:00:00 2001 From: Dax Raad Date: Sat, 17 May 2025 21:31:42 -0400 Subject: sync --- js/tsconfig.json | 5 +++++ 1 file changed, 5 insertions(+) create mode 100644 js/tsconfig.json (limited to 'js/tsconfig.json') diff --git a/js/tsconfig.json b/js/tsconfig.json new file mode 100644 index 000000000..65fa6c7f3 --- /dev/null +++ b/js/tsconfig.json @@ -0,0 +1,5 @@ +{ + "$schema": "https://json.schemastore.org/tsconfig", + "extends": "@tsconfig/bun/tsconfig.json", + "compilerOptions": {} +} -- cgit v1.2.3