aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/examples/with-rollup/packages/tsconfig/react-library.json
blob: 4b78b47df5eaded0c6b602e0c805b6008b71c537 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
{
  "$schema": "https://json.schemastore.org/tsconfig",
  "display": "React Library",
  "extends": "./base.json",
  "compilerOptions": {
    "jsx": "react-jsx",
    "lib": ["ES2015"],
    "module": "ESNext",
    "target": "es6",
    "outDir": "dist",
    "declaration": true
  }
}