diff options
| author | netop://ウィビ <paul@webb.page> | 2026-04-25 12:29:59 -0700 |
|---|---|---|
| committer | netop://ウィビ <paul@webb.page> | 2026-04-25 12:29:59 -0700 |
| commit | dc5fff0c0afdf832b9b000e13ddc633f72749e01 (patch) | |
| tree | 5730bd4ea089dadbc9c7f057a3988104fb662827 /tsconfig.json | |
| parent | a2118aa39a00e02cdf3f6c306e17fd04676ea518 (diff) | |
| download | uchu-dc5fff0c0afdf832b9b000e13ddc633f72749e01.tar.gz uchu-dc5fff0c0afdf832b9b000e13ddc633f72749e01.zip | |
fantastic update
Diffstat (limited to 'tsconfig.json')
| -rw-r--r-- | tsconfig.json | 12 |
1 files changed, 12 insertions, 0 deletions
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"] +} |