aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/packages/tsconfig/library.json
blob: 66db3675b5941d91697d684fb8b08de7c926a294 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
{
  "extends": "./base.json",
  "display": "TS Library",
  "compilerOptions": {
    "lib": ["ES2019"],
    "target": "ES2019",
    "skipLibCheck": true,
    "resolveJsonModule": true,
    "outDir": "dist",
    "allowJs": false
  }
}