๐Ÿ“ฆ payloadcms / payload

๐Ÿ“„ tsconfig.json ยท 11 lines
1
2
3
4
5
6
7
8
9
10
11{
  "extends": "../../tsconfig.base.json",
  "include": [
    "./src/**/*.ts",
  ],
  "compilerOptions": {
    // Do not include DOM and DOM.Iterable as this is a server-only package.
    "lib": ["ES2022"],
  }
}