aboutsummaryrefslogtreecommitdiffstats
path: root/packages/forms/tsconfig.json
blob: 237694a9e1fa095cf8a1c6576ac1bf323a5bfe63 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
{
  "compilerOptions": {
    "target": "esnext",
    "module": "commonjs",
    "lib": [
      "es2015",
      "es2017",
      "dom"
    ],
    "jsx": "react",
    "sourceMap": true,
    "outDir": "./lib",
    "rootDir": "./src",
    "strict": true,
    "allowSyntheticDefaultImports": true,
    "experimentalDecorators": true
  }
}