Files
common/tsconfig.json
Дмитрий 3b93ec934c first commit
2026-03-25 14:00:25 +03:00

12 lines
216 B
JSON

{
"compilerOptions": {
"module": "commonjs",
"target": "es2024",
"strict": true,
"esModuleInterop": true,
"skipLibCheck": true,
"forceConsistentCasingInFileNames": true,
"strictNullChecks": false
}
}