From 391eeb229882870a1c2311c820cc910890b35d9d Mon Sep 17 00:00:00 2001 From: Li Zhineng Date: Tue, 22 Jul 2025 08:01:28 +0800 Subject: first commit --- tsconfig.json | 16 ++++++++++++++++ 1 file changed, 16 insertions(+) create mode 100644 tsconfig.json (limited to 'tsconfig.json') diff --git a/tsconfig.json b/tsconfig.json new file mode 100644 index 0000000..52f0ac6 --- /dev/null +++ b/tsconfig.json @@ -0,0 +1,16 @@ +{ + "compilerOptions": { + "target": "es2022", + "lib": ["DOM", "ES2022"], + "module": "nodenext", + "moduleResolution": "nodenext", + "declaration": true, + "sourceMap": true, + "allowSyntheticDefaultImports": true, + "esModuleInterop": true, + "forceConsistentCasingInFileNames": true, + "strict": true, + "skipLibCheck": true, + "outDir": "dist" + } +} -- cgit v1.2.3