Files
Remote-Control-Center/mc_test/tsconfig.node.json
2025-11-25 09:56:15 +03:00

10 lines
222 B
JSON
Executable File

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