sozsoft-platform/ui/tsconfig.node.json
Sedat ÖZTÜRK d982a3ce42 Genel hata kontrolü ve düzenlemeler
npx tsc --noEmit --pretty false
dotnet build --no-restore --nologo --verbosity quiet
2026-07-10 11:18:20 +03:00

11 lines
246 B
JSON

{
"compilerOptions": {
"composite": true,
"skipLibCheck": true,
"module": "ESNext",
"moduleResolution": "Bundler",
"ignoreDeprecations": "6.0",
"allowSyntheticDefaultImports": true
},
"include": ["vite.config.ts"]
}