Files
EstimationPoker/server/tsconfig.json
T
2023-07-09 19:07:14 +01:00

10 lines
216 B
JSON

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