mirror of
https://gitee.com/mirrors/AllinSSL.git
synced 2026-03-08 15:51:11 +08:00
10 lines
215 B
JSON
10 lines
215 B
JSON
{
|
|
"extends": "@baota/typescript/vue.json",
|
|
"include": ["**/*.{ts,tsx,vue}", "eslint.config.js", "types.d.ts"],
|
|
"compilerOptions": {
|
|
"outDir": "dist", // 输出目录
|
|
"baseUrl": "./",
|
|
"sourceMap": true
|
|
}
|
|
}
|