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

tsconfig.json - github.com/HuasoFoundries/phpPgAdmin6.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: 027b4495aa78d56905838a82a8342bac7c581179 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
{
  "compilerOptions": {

    "target": "es5",
    "module": "commonjs",
    "moduleResolution": "node",
    "keyofStringsOnly": true,
    "allowJs": true,
    "checkJs": true,
    "declarationDir": "types",
    "declaration": false,
    //"emitDeclarationOnly": true,
    "noEmit": true,
    "outDir": "build",



  },
  "exclude": ["node_modules"],
  "outDir":"build"

}