mirror of
https://github.com/MrUnknownDE/VRCX.git
synced 2026-04-08 17:33:45 +02:00
19 lines
499 B
JSON
19 lines
499 B
JSON
{
|
|
"compilerOptions": {
|
|
"module": "nodenext",
|
|
"target": "ES2022",
|
|
"allowJs": true,
|
|
"checkJs": true,
|
|
"allowSyntheticDefaultImports": true,
|
|
"esModuleInterop": true,
|
|
"skipLibCheck": true,
|
|
"moduleResolution": "nodenext",
|
|
"forceConsistentCasingInFileNames": true,
|
|
"lib": ["esnext", "dom"],
|
|
"types": ["node"],
|
|
"noEmit": true
|
|
},
|
|
"include": ["**/*"],
|
|
"exclude": ["../node_modules", "../build"]
|
|
}
|