mirror of
https://github.com/oven-sh/setup-bun.git
synced 2026-05-22 14:10:47 +00:00
"Initial commit (via bun create)"
This commit is contained in:
@@ -0,0 +1,8 @@
|
|||||||
|
{
|
||||||
|
"version": "1.0.0",
|
||||||
|
"name": "setup-bun",
|
||||||
|
"main": "src/index.js",
|
||||||
|
"devDependencies": {
|
||||||
|
"bun-types": "^0.0.83"
|
||||||
|
}
|
||||||
|
}
|
||||||
@@ -0,0 +1 @@
|
|||||||
|
console.log('Hello World');
|
||||||
@@ -0,0 +1,9 @@
|
|||||||
|
{
|
||||||
|
"compilerOptions": {
|
||||||
|
"lib": ["ESNext"],
|
||||||
|
"module": "esnext",
|
||||||
|
"target": "esnext",
|
||||||
|
// "bun-types" is the important part
|
||||||
|
"types": ["bun-types"]
|
||||||
|
}
|
||||||
|
}
|
||||||
Reference in New Issue
Block a user