feat: add sites for MoneyPrinterTurbo

This commit is contained in:
kevin.zhang
2024-04-18 15:23:02 +08:00
parent 2f461d961c
commit 2d599db892
26 changed files with 2730 additions and 1 deletions

24
sites/tsconfig.json Normal file
View File

@@ -0,0 +1,24 @@
{
"extends": "@vue/tsconfig/tsconfig.web.json",
"module": "esnext",
"include": [
"env.d.ts",
"src/**/*",
"src/**/*.vue",
"docs/.vuepress/*.ts"
],
"compilerOptions": {
"baseUrl": ".",
"isolatedModules": true,
"paths": {
"@/*": [
"./src/*"
]
}
},
"references": [
{
"path": "./tsconfig.config.json"
}
]
}