Files
Kyoo/api/tsconfig.json
2025-01-10 12:16:31 +01:00

15 lines
248 B
JSON

{
"compilerOptions": {
"target": "ES2021",
"module": "ES2022",
"moduleResolution": "node",
"types": [
"bun-types"
],
"esModuleInterop": true,
"forceConsistentCasingInFileNames": true,
"strict": true,
"skipLibCheck": true
}
}