Files
web-hosts/chuckie.coppertone.tech/app/tsconfig.base.json
2025-12-26 13:38:04 +01:00

13 lines
262 B
JSON

{
"compilerOptions": {
"target": "ES2020",
"module": "ESNext",
"moduleResolution": "Node",
"esModuleInterop": true,
"forceConsistentCasingInFileNames": true,
"skipLibCheck": true,
"strict": true,
"resolveJsonModule": true
}
}