Files
AllinSSL/frontend/packages/vue/hooks/tsconfig.json
2026-01-13 17:47:39 +08:00

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
}
}