Files
cats/server/tsconfig.json
2026-05-29 10:23:25 +03:00

16 lines
325 B
JSON

{
"compilerOptions": {
"target": "ES2022",
"module": "ESNext",
"moduleResolution": "bundler",
"esModuleInterop": true,
"strict": true,
"skipLibCheck": true,
"outDir": "dist",
"rootDir": "src",
"declaration": true,
"forceConsistentCasingInFileNames": true
},
"include": ["src"]
}