tsconfig.json 192 Bytes
Newer Older
Rosanny Sihombing's avatar
updates  
Rosanny Sihombing committed
1
2
3
4
5
6
7
8
9
10
11
{
  "compilerOptions": {
    "target": "es6",
    "module": "commonjs",
    "rootDir": "./",
    "outDir": "./built",
    "esModuleInterop": true,
    "strict": true,
    "allowJs": true
  }
}