初始化仓库
This commit is contained in:
16
vendor/w7corp/easywechat/docs/tsconfig.json
vendored
Normal file
16
vendor/w7corp/easywechat/docs/tsconfig.json
vendored
Normal file
@ -0,0 +1,16 @@
|
||||
{
|
||||
"compilerOptions": {
|
||||
"outDir": "dist",
|
||||
"target": "esnext",
|
||||
"moduleResolution": "node",
|
||||
"esModuleInterop": true,
|
||||
"resolveJsonModule": true,
|
||||
"allowJs": true,
|
||||
"strict": true,
|
||||
"baseUrl": ".",
|
||||
"paths": {
|
||||
"/@theme/*": [".vitepress/theme/*"]
|
||||
}
|
||||
},
|
||||
"include": ["env.d.ts", "src/**/*", ".vitepress/**/*"]
|
||||
}
|
||||
Reference in New Issue
Block a user