backend/tsconfig.json

11 lines
201 B
JSON
Raw Normal View History

2024-11-15 23:18:39 +02:00
{
"compilerOptions": {
"target": "es2016",
"module": "commonjs",
"esModuleInterop": true,
"forceConsistentCasingInFileNames": true,
"strict": true,
"skipLibCheck": true
}
}