From 87f134c9f2714593890a530221df429122c4398b Mon Sep 17 00:00:00 2001 From: Kai Stevenson Date: Tue, 10 Jun 2025 23:50:09 -0700 Subject: init --- backend/tsconfig.json | 8 ++++++++ 1 file changed, 8 insertions(+) create mode 100644 backend/tsconfig.json (limited to 'backend/tsconfig.json') diff --git a/backend/tsconfig.json b/backend/tsconfig.json new file mode 100644 index 0000000..2e42f37 --- /dev/null +++ b/backend/tsconfig.json @@ -0,0 +1,8 @@ +{ + "compilerOptions": { + "lib": ["ES2022"], + "module": "es2022", + "allowSyntheticDefaultImports": true + }, + "include": ["src/**/*"] +} -- cgit v1.2.3-70-g09d2