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