Files
CHOMPStation2/tgui/tsconfig.json
CHOMPStation2StaffMirrorBot f81b273417 [MIRROR] dependency update (#10589)
Co-authored-by: Kashargul <144968721+Kashargul@users.noreply.github.com>
2025-04-04 23:17:03 +02:00

22 lines
555 B
JSON

{
"compilerOptions": {
"allowJs": true,
"allowSyntheticDefaultImports": true,
"checkJs": false,
"esModuleInterop": true,
"forceConsistentCasingInFileNames": true,
"isolatedModules": false,
"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"]
}