Files
lastochka-messenger/lastochka-ui/tsconfig.node.json
Anton Budylin ea171ed95a first commit
2026-04-14 10:12:51 +03:00

11 lines
256 B
JSON

{
"compilerOptions": {
"composite": true,
"skipLibCheck": true,
"module": "ESNext",
"moduleResolution": "bundler",
"allowSyntheticDefaultImports": true
},
"include": ["vite.config.ts", "tailwind.config.ts", "postcss.config.js"]
}