use tsconfig from readme

This commit is contained in:
Hyro
2022-07-08 11:30:51 +02:00
committed by Jarred Sumner
parent 4bd42e1cf0
commit 6035ef353a

View File

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