mirror of
https://github.com/MrUnknownDE/VRCX.git
synced 2026-04-22 00:03:51 +02:00
jsconfig
This commit is contained in:
@@ -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"]
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user