This commit is contained in:
2023-11-29 15:57:17 +01:00
parent 4a876daa71
commit 58df0a8bbe
7 changed files with 111 additions and 12 deletions

12
tsconfig.json Normal file
View File

@@ -0,0 +1,12 @@
{
"extends": ["@tsconfig/strictest"],
"compilerOptions": {
"lib": ["ESNext"],
"module": "esnext",
"target": "esnext",
"moduleResolution": "bundler",
"moduleDetection": "force",
"noEmit": true,
"types": ["bun-types"]
}
}