DocSpace-buildtools/web/ASC.Web.Login/jsconfig.json

10 lines
150 B
JSON
Raw Normal View History

2020-11-24 10:20:14 +00:00
{
"compilerOptions": {
"baseUrl": "./",
"paths": {
"components": ["@appserver/components"]
2020-11-24 10:20:14 +00:00
}
},
"exclude": ["node_modules"]
}