Files
podkop/fe-app-podkop/tsconfig.json
2025-10-03 14:12:08 +03:00

14 lines
275 B
JSON

{
"compilerOptions": {
"target": "ES2020",
"module": "ESNext",
"strict": true,
"moduleResolution": "node",
"esModuleInterop": true,
"skipLibCheck": true,
"forceConsistentCasingInFileNames": true,
"outDir": "dist"
},
"include": ["src"]
}