feat: new website
This commit is contained in:
commit
50c1c47e2b
64 changed files with 2908 additions and 0 deletions
16
tsconfig.base.json
Normal file
16
tsconfig.base.json
Normal file
|
|
@ -0,0 +1,16 @@
|
|||
{
|
||||
"compilerOptions": {
|
||||
"module": "esnext",
|
||||
"target": "esnext",
|
||||
"lib": [
|
||||
"esnext"
|
||||
],
|
||||
"types": [],
|
||||
"moduleResolution": "bundler",
|
||||
"esModuleInterop": true,
|
||||
"skipDefaultLibCheck": true,
|
||||
"skipLibCheck": true,
|
||||
"strict": true,
|
||||
"outDir": "dist"
|
||||
}
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue