Files
my-spring/web-vue/packages/cms/tsconfig.json

20 lines
285 B
JSON
Raw Normal View History

2026-03-19 10:57:24 +08:00
{
"extends": "../../tsconfig.json",
"compilerOptions": {
"baseUrl": ".",
"paths": {
"@jeesite/cms/*": ["./*"]
}
},
"include": [
"./**/*.ts",
"./**/*.tsx",
"./**/*.vue"
],
"exclude": [
"node_modules",
"vite.config.ts",
"dist"
]
}