Remnawave_utils/tsconfig.node.json
2025-12-30 19:13:12 +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"
]
}