summaryrefslogtreecommitdiff
path: root/docs/jsconfig.json
blob: 56c62bf9f5bfaa7d20fdbbc3dce5099bed5b8581 (plain) (blame)
1
2
3
4
5
6
7
8
{
  "compilerOptions": {
    "baseUrl": ".",
    "paths": {
      "~/*": ["src/*"]
    }
  }
}