aboutsummaryrefslogtreecommitdiff
path: root/tsconfig.json
blob: 440d298580efec21c060032bcf8b41f50fed4687 (plain)
1
2
3
4
5
6
7
8
9
{
  "compilerOptions": {
    "allowJs": true,
    "declaration": true,
    "emitDeclarationOnly": true,
    "outDir": "dist"
  },
  "include": ["src/**/*.js"]
}