This commit is contained in:
pa
2025-12-21 01:05:04 +09:00
committed by Natsumi
parent 26ed9fcce8
commit 99d4a8d1d5
5 changed files with 55 additions and 12 deletions

View File

@@ -4,15 +4,15 @@
"target": "ESNext",
"allowJs": true,
"checkJs": true,
"jsx": "preserve",
"allowSyntheticDefaultImports": true,
"esModuleInterop": true,
"skipLibCheck": true,
"moduleResolution": "bundler",
"forceConsistentCasingInFileNames": true,
"lib": ["esnext", "dom", "dom.iterable"],
"types": ["vite/client", "element-plus/global", "node"]
"lib": ["esnext"],
"types": ["node"],
"noEmit": true
},
"include": ["src/**/*", "src-electron/**/*"],
"include": ["src/vite.config.js", "src/shared/utils/localizationHelperCLI.js"],
"exclude": ["node_modules", "build"]
}