Files
best-choice/tsconfig.base.json
T
Jurgis Sakalauskas ad2cf25bfd initial setup
2025-10-11 17:21:39 +03:00

13 lines
268 B
JSON

{
"compilerOptions": {
"target": "ES2021",
"module": "NodeNext",
"moduleResolution": "NodeNext",
"strict": true,
"esModuleInterop": true,
"forceConsistentCasingInFileNames": true,
"skipLibCheck": true,
"resolveJsonModule": true
}
}