summaryrefslogtreecommitdiff
path: root/tools/ts_library_builder/tsconfig.json
blob: 54db4887eb8d8e1c4446024dcbd8aa18c8634550 (plain)
1
2
3
4
5
6
7
8
9
{
  "compilerOptions": {
    "lib": ["esnext"],
    "moduleResolution": "node",
    "strict": true,
    "target": "esnext"
  },
  "files": ["./build_library.ts"]
}