ig-typedoc-theme
Version:
infragistics theme for typedoc API documentation with versioning and localization
20 lines (18 loc) • 445 B
JSON
{
"include": ["src"],
"compilerOptions": {
"target": "ES2022",
"module": "NodeNext",
"moduleResolution": "NodeNext",
"forceConsistentCasingInFileNames": true,
"skipLibCheck": true,
"strict": true,
"outDir": "dist",
"jsx": "react",
"jsxFactory": "JSX.createElement",
"jsxFragmentFactory": "JSX.Fragment"
},
"exclude": [
"src/assets"
]
}