From 39eac64b58fb2b1a25ed016bb9637e0bf3c01a11 Mon Sep 17 00:00:00 2001 From: Baitinq Date: Sun, 2 Jun 2024 23:54:15 +0200 Subject: Initial commit --- tsconfig.node.json | 11 +++++++++++ 1 file changed, 11 insertions(+) create mode 100644 tsconfig.node.json (limited to 'tsconfig.node.json') diff --git a/tsconfig.node.json b/tsconfig.node.json new file mode 100644 index 0000000..97ede7e --- /dev/null +++ b/tsconfig.node.json @@ -0,0 +1,11 @@ +{ + "compilerOptions": { + "composite": true, + "skipLibCheck": true, + "module": "ESNext", + "moduleResolution": "bundler", + "allowSyntheticDefaultImports": true, + "strict": true + }, + "include": ["vite.config.ts"] +} -- cgit 1.4.1