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

tsconfig.json - github.com/phpmyadmin/phpmyadmin.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: 437066fae735cde13514e41ed3bf31e1ff3b95c6 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
{
    "compilerOptions": {
        "target": "es6",
        "module": "es6",
        "allowJs": true,
        "checkJs": true,
        "outDir": "./build/js",
        "allowSyntheticDefaultImports": true
    },
    "include": [
        "./js/src/**/*"
    ]
}