tsconfig.json 119 Bytes
Newer Older
Rosanny Sihombing's avatar
Rosanny Sihombing committed
1
2
3
4
5
6
7
8
{
  "compilerOptions": {
    "declaration": true,
    "outDir": "lib",
    "strict": true,
    "lib": ["es2017"]
  }
}