scoresaber-reloadedv3/backend/tsconfig.json

13 lines
254 B
JSON
Raw Normal View History

2024-10-04 19:35:44 +00:00
{
"compilerOptions": {
"target": "ES2022",
"module": "commonjs",
"esModuleInterop": true,
"forceConsistentCasingInFileNames": true,
"strict": true,
"skipLibCheck": true
},
"include": ["src"],
"exclude": ["node_modules"]
}