mirror of
https://github.com/oven-sh/bun
synced 2026-02-13 20:39:05 +00:00
Create tsconfig.json
This commit is contained in:
6
examples/bun/tsconfig.json
Normal file
6
examples/bun/tsconfig.json
Normal file
@@ -0,0 +1,6 @@
|
||||
{
|
||||
"compilerOptions": {
|
||||
"lib": ["ESNext"],
|
||||
"types": ["../../types/bun"]
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user