From 452ac1d2a9e238684605acc8820a4dd365e70cf8 Mon Sep 17 00:00:00 2001 From: Kai Stevenson Date: Sat, 28 Jun 2025 13:36:02 -0700 Subject: MVP --- api/tsconfig.json | 10 ++++++++++ 1 file changed, 10 insertions(+) create mode 100644 api/tsconfig.json (limited to 'api/tsconfig.json') diff --git a/api/tsconfig.json b/api/tsconfig.json new file mode 100644 index 0000000..c11147e --- /dev/null +++ b/api/tsconfig.json @@ -0,0 +1,10 @@ +{ + "compilerOptions": { + "lib": ["ES2022", "DOM"], + "module": "nodenext", + "moduleResolution": "nodenext", + "allowSyntheticDefaultImports": true, + "strict": true + }, + "include": ["**/*.ts"] +} -- cgit v1.2.3-70-g09d2