Files
edr-platform/apps/edr-freight-web/backoffice/tsconfig.app.json
2026-05-12 15:17:16 +03:00

10 lines
227 B
JSON

{
"extends": "@edr/tsconfig/react.json",
"compilerOptions": {
"tsBuildInfoFile": "./node_modules/.tmp/tsconfig.app.tsbuildinfo",
"useDefineForClassFields": true,
"skipLibCheck": true
},
"include": ["src"]
}