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

10 lines
150 B
JSON
Raw Normal View History

2021-03-05 18:15:48 +00:00
{
"compilerOptions": {
"baseUrl": "./",
"paths": {
"components": ["@appserver/components"]
}
},
"exclude": ["node_modules"]
}