aboutsummaryrefslogtreecommitdiff
path: root/examples
diff options
context:
space:
mode:
Diffstat (limited to 'examples')
-rw-r--r--examples/blank/package.json5
-rw-r--r--examples/blank/tsconfig.json5
2 files changed, 9 insertions, 1 deletions
diff --git a/examples/blank/package.json b/examples/blank/package.json
index 489b8eb4c..02cfd3104 100644
--- a/examples/blank/package.json
+++ b/examples/blank/package.json
@@ -1,5 +1,8 @@
{
"version": "1.0.0",
"name": "blank",
- "main": "src/index.js"
+ "main": "src/index.js",
+ "devDependencies": {
+ "bun-types": "^0.0.83"
+ }
} \ No newline at end of file
diff --git a/examples/blank/tsconfig.json b/examples/blank/tsconfig.json
new file mode 100644
index 000000000..5400907b4
--- /dev/null
+++ b/examples/blank/tsconfig.json
@@ -0,0 +1,5 @@
+{
+ "compilerOptions": {
+ "types": ["bun-types"]
+ }
+} \ No newline at end of file