tsconfig.json 173 Bytes
Newer Older
gaoqiong's avatar
gaoqiong committed
1
2
3
4
5
6
7
8
9
{
  "extends": "../tsconfig.json",
  "compilerOptions": {
    "outDir": "dist/lib",
    "esModuleInterop": false,
    "noUnusedParameters": true
  },
  "include": ["lib"]
}