Welcome to mirror list, hosted at ThFree Co, Russian Federation.

jsconfig.json « assets - github.com/gohugoio/hugoTestProjectJSModImports.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: aaa17c7c3b3a6cbe13e280970d0537c5ed595cb1 (plain)
1
2
3
4
5
6
7
8
9
10
11
{
 "compilerOptions": {
  "baseUrl": ".",
  "paths": {
   "*": [
    "../../hugoTestModulesJS/mod1/assets/*",
    "../../hugoTestModulesJS/mod2/assets/*"
   ]
  }
 }
}