aboutsummaryrefslogtreecommitdiffhomepage
path: root/tsconfig.dts.json
blob: 0605e0d6229827f223ae216b4ff0bda4f0f5cf6b (plain)
1
2
3
4
5
6
7
8
{
  "extends": "./tsconfig.app",
  "compilerOptions": {
    "isolatedModules": false,
    "declaration": true,
    "emitDeclarationOnly": true
  }
}