lolosia-web/tsconfig.json
2024-05-07 17:40:57 +08:00

13 lines
280 B
JSON

{
"extends": "./tsconfig.base.json",
"compilerOptions": {
"paths": {
"@/*": ["src/*"],
"~/*": ["typings/*"]
},
"types": ["@vue-macros/reactivity-transform/macros-global"]
},
"include": ["src", "typings"],
"exclude": ["node_modules", "**/dist"]
}