Files
CTF-4LostInSpace/tsconfig.json
2025-02-22 12:36:16 -06:00

12 lines
224 B
JSON

{
"compilerOptions": {
"target": "esnext",
"lib": ["ES2021"],
"module": "commonjs",
"esModuleInterop": true,
"forceConsistentCasingInFileNames": true,
"strict": true,
"skipLibCheck": true
}
}