aboutsummaryrefslogtreecommitdiff
path: root/tsconfig.json
blob: c82bc7261b036e8393980db67b9a512522200316 (plain)
1
2
3
4
5
6
7
8
9
10
{
  "compilerOptions": {
    "target": "es5",
    "module": "commonjs",
    "outDir": "./themes/ts-built",
    "rootDir": "./themes/src",
    "strict": true,
    "esModuleInterop": true
  }
}