bigbluebutton-Github/bigbluebutton-html5/jsconfig.json

6 lines
91 B
JSON
Raw Normal View History

2022-02-21 20:42:29 +08:00
{
"compilerOptions": {
"baseUrl": ".",
"paths": { "/*": ["*"] }
}
}