chore: base

This commit is contained in:
xHyroM 2022-07-11 09:45:23 +02:00
parent b04d87b14c
commit e187173d21
425 changed files with 1080881 additions and 5 deletions

View file

@ -1,9 +1,12 @@
{
"compilerOptions": {
"outDir": "dist/",
"lib": ["ESNext"],
"module": "esnext",
"target": "esnext",
"moduleResolution": "node",
// "bun-types" is the important part
"types": ["bun-types"]
"types": ["bun-types"],
"skipLibCheck": true
}
}