github.com/covergates/covergates@v0.2.2-0.20201009050117-42ef8a19fb95/jsconfig.json (about)

     1  {
     2    "compilerOptions": {
     3      "baseUrl": "./web",
     4      "paths": {
     5        "@/*": [
     6          "src/*"
     7        ]
     8      }
     9    },
    10    "exclude": [
    11      "node_modules"
    12    ]
    13  }