chad/server/tsconfig.json
Никита Круглицкий 8e19f55dc0
All checks were successful
Deploy / deploy (push) Successful in 3m59s
№4
2025-10-02 23:39:59 +06:00

11 lines
201 B
JSON

{
"compilerOptions": {
"target": "es2016",
"module": "commonjs",
"esModuleInterop": true,
"forceConsistentCasingInFileNames": true,
"strict": true,
"skipLibCheck": true
}
}