Files
chat_grid/client/tsconfig.json

15 lines
327 B
JSON
Raw Permalink Normal View History

2026-02-20 08:16:43 -05:00
{
"compilerOptions": {
"target": "ES2022",
"lib": ["ES2022", "DOM", "DOM.Iterable"],
"module": "ESNext",
"moduleResolution": "Bundler",
"strict": true,
"noEmit": true,
"esModuleInterop": true,
"skipLibCheck": true,
"types": ["vitest/globals"]
},
"include": ["src", "vite.config.ts"]
}