aboutsummaryrefslogtreecommitdiff
path: root/src/api/tsconfig.json
blob: a49f0ba6f9535e5945605d8371fc028b6dc9afd0 (plain) (blame)
1
2
3
4
5
6
{
  "compilerOptions": {
    "moduleResolution": "node"
  },
  "include": ["./node_modules/peechy", "./schema.d.ts"]
}