aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/examples/design-system/packages/acme-tsconfig/node16.json
blob: d88cc585213f8939f7760df62fcf3f259bd7d1e6 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
{
  "$schema": "https://json.schemastore.org/tsconfig",
  "display": "Node 16",
  "extends": "./base.json",
  "compilerOptions": {
    "lib": ["ES2020"],
    "module": "commonjs",
    "target": "ES2020"
  }
}