setup-bun/tsconfig.json
Ashcon Partovi 8f31cd5980 Clean up
2023-11-17 12:37:18 -08:00

11 lines
204 B
JSON

{
"compilerOptions": {
"outDir": "dist",
"lib": ["ES2020"],
"module": "ES2020",
"target": "ES2020",
"moduleResolution": "node",
"skipLibCheck": true,
"types": ["node"]
}
}