Skip to content
Snippets Groups Projects
jsconfig.json 86 B
Newer Older
Olivia206's avatar
Olivia206 committed
{
 "compilerOptions": {
  "baseUrl": ".",
  "paths": {
   "*": [
    "*"
   ]
  }
 }
}