aboutsummaryrefslogtreecommitdiff
path: root/tsconfig.json
blob: 9f2fe64c876e422304d90db28032d7a21613a879 (plain)
1
2
3
4
5
6
7
8
9
10
11
{
  "compilerOptions": {
    "rootDir": "src",
    "outDir": "dist",
    "declaration": true,
    "esModuleInterop": true,
    "allowJs": true
  },
  "include": ["src/**/*"],
  "exclude": ["node_modules"]
}