From dc5fff0c0afdf832b9b000e13ddc633f72749e01 Mon Sep 17 00:00:00 2001 From: "netop://ウィビ" Date: Sat, 25 Apr 2026 12:29:59 -0700 Subject: fantastic update --- tsconfig.json | 12 ++++++++++++ 1 file changed, 12 insertions(+) create mode 100644 tsconfig.json (limited to 'tsconfig.json') diff --git a/tsconfig.json b/tsconfig.json new file mode 100644 index 0000000..fa30c58 --- /dev/null +++ b/tsconfig.json @@ -0,0 +1,12 @@ +{ + "compilerOptions": { + "esModuleInterop": true, + "module": "ESNext", + "moduleResolution": "bundler", + "noEmit": true, + "skipLibCheck": true, + "strict": true, + "target": "ES2022" + }, + "include": ["src/**/*.ts", "scripts/**/*.ts"] +} -- cgit v1.2.3