Files
SatsFaucet/frontend/tsconfig.node.json
2026-02-28 00:16:16 -03:00

11 lines
183 B
JSON

{
"compilerOptions": {
"target": "ES2022",
"lib": ["ES2023"],
"module": "ESNext",
"skipLibCheck": true,
"types": ["node"]
},
"include": ["vite.config.ts"]
}