lolosia-web/tsconfig.json
2023-02-02 16:07:38 +08:00

12 lines
215 B
JSON

{
"extends": "./tsconfig.base.json",
"compilerOptions": {
"paths": {
"@/*": ["src/*"],
"~/*": ["typings/*"]
}
},
"include": ["src", "typings"],
"exclude": ["node_modules", "**/dist"]
}