feat: new website
This commit is contained in:
commit
63a654aab4
64 changed files with 2904 additions and 0 deletions
15
tsconfig.config.json
Normal file
15
tsconfig.config.json
Normal file
|
|
@ -0,0 +1,15 @@
|
|||
{
|
||||
"extends": "./tsconfig.base.json",
|
||||
"compilerOptions": {
|
||||
"composite": true,
|
||||
"types": [
|
||||
"bun"
|
||||
]
|
||||
},
|
||||
"include": [
|
||||
"*.config.ts",
|
||||
"*.config.cjs",
|
||||
"scripts/*.ts"
|
||||
],
|
||||
"files": []
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue