setup-bun/tsconfig.json
Ashcon Partovi a93230df19
Various improvements and fixes to setup-bun (#40)
* Do not save cache on hit
* Support Windows (canary only)
* Support `registry-url` and `scope`
2023-11-17 15:58:17 -08:00

12 lines
204 B
JSON

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