Chore: remove .swcrc for script

This commit is contained in:
SukkaW
2025-08-14 18:24:29 +08:00
parent 54ee1025dc
commit b67c67a65d
3 changed files with 6 additions and 21 deletions

View File

@@ -2,13 +2,13 @@
"compilerOptions": {
"target": "esnext",
"lib": ["ESNext", "ESNext.Iterator"],
"moduleDetection": "force",
"module": "esnext",
"moduleResolution": "bundler",
"module": "nodenext",
"moduleResolution": "nodenext",
"allowImportingTsExtensions": true,
"allowJs": true,
"noEmit": true,
"allowSyntheticDefaultImports": true,
"esModuleInterop": true,
"forceConsistentCasingInFileNames": true,
"strict": true,
"strictNullChecks": true,