summaryrefslogtreecommitdiff
path: root/packages/cli/tsconfig.json
blob: 0ef2b74ff1f0efd94ef387c524a355219312aef0 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
{
  "extends": "../../tsconfig.json",
  "compilerOptions": {
    "outDir": "./dist",
    "rootDir": "./src",
    "jsx": "react",
    "lib": ["DOM", "DOM.Iterable", "ES2020"],
    "module": "Node16",
    "target": "ES2020"
  },
  "exclude": ["node_modules", "dist"],
  "include": ["src"]
}