feat: init

This commit is contained in:
eric
2022-11-14 21:19:37 +08:00
parent a16cfb8187
commit 336c03e868
126 changed files with 7301 additions and 70 deletions

11
jsconfig.json Normal file
View File

@@ -0,0 +1,11 @@
{
"compilerOptions": {
"jsx": "react-jsx",
"emitDecoratorMetadata": true,
"experimentalDecorators": true,
"baseUrl": ".",
"paths": {
"@/*": ["./src/*"]
}
}
}