{ "compilerOptions": { "outDir": "./dist/docs", "jsx": "react", "jsxFactory": "JSX.createElement", "jsxFragmentFactory": "JSX.Fragment", "lib": ["es2015", "dom"], "module": "commonjs", "esModuleInterop": true, "target": "ES2015" }, "include": ["./typedoc.tsx"] }