unis_crm/frontend1/tsconfig.json

19 lines
357 B
JSON
Raw Permalink Normal View History

2026-03-26 09:29:55 +00:00
{
"compilerOptions": {
"target": "ES2020",
"lib": ["ES2020", "DOM", "DOM.Iterable"],
"module": "ESNext",
"moduleResolution": "Bundler",
"jsx": "react-jsx",
"baseUrl": ".",
"paths": {
"@/*": ["src/*"]
},
"strict": true,
"allowJs": true,
"skipLibCheck": true,
"noEmit": true
},
"include": ["src"]
}