setup-bun/tsconfig.json

12 lines
204 B
JSON
Raw Normal View History

2023-02-22 17:47:24 -08:00
{
"compilerOptions": {
"outDir": "dist",
"lib": ["ES2020"],
"module": "ES2020",
"target": "ES2020",
"moduleResolution": "node",
"skipLibCheck": true,
"types": ["node"]
2023-02-22 17:47:24 -08:00
}
}