mirror of
https://github.com/LiteyukiStudio/LiteyukiBot.git
synced 2024-11-11 02:57:23 +08:00
📝 [docs]: 新增在线展示
This commit is contained in:
parent
d125c52b50
commit
0860b61ccd
@ -10,6 +10,7 @@
|
||||
},
|
||||
"type": "module",
|
||||
"dependencies": {
|
||||
"clipboard": "^2.0.11"
|
||||
"clipboard": "^2.0.11",
|
||||
"vue": "^3.4.38"
|
||||
}
|
||||
}
|
15
docs/tsconfig.json
Normal file
15
docs/tsconfig.json
Normal file
@ -0,0 +1,15 @@
|
||||
{
|
||||
"compilerOptions": {
|
||||
"target": "es6",
|
||||
"module": "commonjs",
|
||||
"esModuleInterop": true,
|
||||
"skipLibCheck": true,
|
||||
"forceConsistentCasingInFileNames": true
|
||||
},
|
||||
"include": [
|
||||
"components/**/*.ts",
|
||||
],
|
||||
"exclude": [
|
||||
"node_modules"
|
||||
]
|
||||
}
|
Loading…
Reference in New Issue
Block a user