{
  "compilerOptions": {
    "target": "ES6",
    "module": "ES6",
    "strict": true,
    "esModuleInterop": true,
    "skipLibCheck": true,
    "forceConsistentCasingInFileNames": true,
    "outDir": "./dist/src",
    "sourceMap": true,
    "lib": ["DOM", "ES6", "DOM.Iterable", "ScriptHost"]
  },
  "include": ["src/**/*"]
}