Files
KashargulandGitHub ce01da8684 RS pack port and tgui core 3.0.4 (#17520)
* RS pack initial

* fix RPD

* urg wrong tgui folder

* tgui core 3.0.4

* update tgui say

* push that

* .
2025-04-13 03:23:59 +02:00

22 lines
575 B
JSON

{
"compilerOptions": {
"allowJs": true,
"allowSyntheticDefaultImports": true,
"checkJs": false,
"esModuleInterop": true,
"forceConsistentCasingInFileNames": true,
"isolatedModules": true,
"jsx": "preserve",
"lib": ["DOM", "DOM.Iterable", "ESNext", "ScriptHost"],
"module": "ESNext",
"moduleResolution": "Bundler",
"noEmit": true,
"resolveJsonModule": true,
"skipLibCheck": true,
"strict": false,
"strictNullChecks": true,
"target": "ESNext"
},
"include": ["./*.d.ts", "./packages", "vitest.config.mts"]
}