setup-bun/tsconfig.json

11 lines
181 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
}
}