Uecko_ERP/tsconfig.base.json

20 lines
451 B
JSON
Raw Normal View History

2025-10-30 18:26:57 +00:00
{
"compilerOptions": {
"target": "ES2022",
"module": "ESNext",
"moduleResolution": "NodeNext",
"lib": ["ES2022"],
"strict": true,
"esModuleInterop": true,
"skipLibCheck": true,
"forceConsistentCasingInFileNames": true,
"declaration": true,
"declarationMap": true,
"sourceMap": true,
"resolveJsonModule": true,
"allowSyntheticDefaultImports": true,
"noEmitOnError": true,
"types": []
}
}