setup-bun/tsconfig.json
2023-02-22 17:47:24 -08:00

11 lines
181 B
JSON

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