Files
kittyBE/tsconfig.json
sherl 41f3b0f0f2
All checks were successful
Update changelog / changelog (push) Successful in 27s
feat: major code refactor, add login and register endpoints with swagger
2025-12-29 18:26:50 +01:00

19 lines
477 B
JSON

{
"compilerOptions": {
"lib": [
"es2021"
],
"types": ["node"],
"target": "es2021",
"module": "commonjs",
"moduleResolution": "node",
"outDir": "./build",
"emitDecoratorMetadata": true,
"experimentalDecorators": true,
"sourceMap": true,
"resolveJsonModule": true,
"esModuleInterop": true,
"strict": true,
"strictPropertyInitialization": false
}
}