SwapIt / jsconfig.json
jsconfig.json
Raw
{
  "compilerOptions": {
    "paths": {
      "@*": ["./*"]
    }
  }
}