lolosia-web/tsconfig.json

13 lines
280 B
JSON
Raw Normal View History

2023-02-02 16:07:38 +08:00
{
"extends": "./tsconfig.base.json",
"compilerOptions": {
"paths": {
"@/*": ["src/*"],
"~/*": ["typings/*"]
2024-05-07 17:40:57 +08:00
},
"types": ["@vue-macros/reactivity-transform/macros-global"]
2023-02-02 16:07:38 +08:00
},
"include": ["src", "typings"],
"exclude": ["node_modules", "**/dist"]
}