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

jsconfig.json « assets - github.com/CaiJimmy/hugo-theme-stack.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: 040177a017c2f2d3b3412b8106238462fa4b1140 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
{
    "compilerOptions": {
        "baseUrl": ".",
        "paths": {
            "*": [
                "*"
            ]
        },
        "lib": ["es2020", "dom"],
        "jsx": "preserve"
    }
}