"Initial commit (via bun create)"

This commit is contained in:
xHyroM 2022-07-11 08:44:25 +02:00
commit b04d87b14c
3 changed files with 18 additions and 0 deletions

9
tsconfig.json Normal file
View file

@ -0,0 +1,9 @@
{
"compilerOptions": {
"lib": ["ESNext"],
"module": "esnext",
"target": "esnext",
// "bun-types" is the important part
"types": ["bun-types"]
}
}