summaryrefslogtreecommitdiff
path: root/packages/merchant-backend/tsconfig.back.json
blob: 9ac5a3c256c9e4d7884f989241df42d41a5ebda0 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
{
    "compilerOptions": {
      "composite": true,
      "lib": ["es6", "DOM"],
      "jsx": "react",
      "jsxFactory": "h",
      "jsxFragmentFactory": "Fragment",
      "moduleResolution": "Node",
      "module": "ESNext",
      "target": "ES6",
      "noImplicitAny": true,
      "noEmitOnError": true,
      "strict": true,
      "incremental": true,
      "sourceMap": true,
      "esModuleInterop": true,
      "importHelpers": true,
      "rootDir": "./src",
      "typeRoots": ["./node_modules/@types"]
    },
    "include": ["src/**/*"]
  }