Files
CHOMPStation2/tgui/tsconfig.json
CHOMPStation2StaffMirrorBot 5f80f0e066 [MIRROR] dependency update (#11810)
Co-authored-by: Kashargul <144968721+Kashargul@users.noreply.github.com>
2025-10-13 15:08:35 +02:00

27 lines
626 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",
"baseUrl": ".",
"paths": {
"tgui/*": ["packages/tgui/*"],
"common/*": ["packages/common/*"]
}
},
"include": ["./*.d.ts", "./packages"]
}