Files
RelayOps/frontend/tsconfig.node.json
2026-06-07 02:32:28 +03:00

14 lines
283 B
JSON

{
"compilerOptions": {
"composite": true,
"target": "ES2020",
"lib": ["ES2020"],
"module": "ESNext",
"moduleResolution": "Bundler",
"allowSyntheticDefaultImports": true,
"types": ["node"],
"skipLibCheck": true
},
"include": ["vite.config.ts"]
}