Files
SatsFaucet/frontend/tsconfig.node.json
Michaël 3734365463 first commit
Made-with: Cursor
2026-02-26 18:33:00 -03:00

10 lines
160 B
JSON

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