{
  "compilerOptions": {
    "outDir": "./<%= typeof libPath !== 'undefined' ? libPath : assetPath %>",
    "target": "esnext",
    "module": "nodenext",
    "lib": ["dom", "esnext"],
    "jsx": "react-jsx",
    "declaration": true,
    "strict": true,
    "moduleResolution": "nodenext",
    "allowSyntheticDefaultImports": true,
    "esModuleInterop": true,
    "experimentalDecorators": true,
    "emitDecoratorMetadata": true
  },
  "include": ["<%= rootPath %>"],
  "exclude": ["node_modules", <% if (typeof libPath !== 'undefined') { %>"libPath", <% } %>"<%= assetPath %>"]
}
