lolosia-web/tsconfig.json

12 lines
215 B
JSON
Raw Normal View History

2023-02-02 16:07:38 +08:00
{
"extends": "./tsconfig.base.json",
"compilerOptions": {
"paths": {
"@/*": ["src/*"],
"~/*": ["typings/*"]
}
},
"include": ["src", "typings"],
"exclude": ["node_modules", "**/dist"]
}