Remnawave_frontend/tsconfig.node.json
kastov dea45b7121 🍏
Co-authored-by: Ivan <84693047+exact01@users.noreply.github.com>
2024-11-28 03:58:43 +03:00

13 lines
No EOL
276 B
JSON

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