@nodegui/nodegui
Version:
A cross-platform library to build native desktop apps.
31 lines (30 loc) • 836 B
JSON
{
"compilerOptions": {
"target": "ES2021",
"module": "commonjs",
"declaration": true,
"sourceMap": false,
"outDir": "./dist",
"strict": true,
"strictNullChecks": false,
"moduleResolution": "node",
"esModuleInterop": true,
"resolveJsonModule": true,
"lib": ["ES2021"]
},
"include": ["src"],
"typedocOptions": {
"mode": "file",
"out": "website/docs/api/generated",
"plugin": ["typedoc-plugin-markdown"],
"exclude": ["demo.ts"],
"excludeExternals": true,
"excludeNotExported": true,
"excludePrivate": true,
"excludeProtected": true,
"includeDeclarations": true,
"hideBreadcrumbs": true,
"hideSources": true,
"theme": "docusaurus2"
}
}