mirror of
https://github.com/zadam/trilium.git
synced 2025-11-19 23:24:25 +01:00
34 lines
941 B
JSON
34 lines
941 B
JSON
{
|
|
"compilerOptions": {
|
|
"noImplicitAny": true,
|
|
"noImplicitThis": true,
|
|
"esModuleInterop": true,
|
|
"allowSyntheticDefaultImports": true,
|
|
"resolveJsonModule": true,
|
|
"declaration": true,
|
|
"strictNullChecks": true,
|
|
"moduleResolution": "Node16",
|
|
"target": "ES2020",
|
|
"rootDir": "src",
|
|
"outDir": "lib/cjs",
|
|
"module": "Node16",
|
|
"jsx": "preserve",
|
|
"jsxImportSource": "solid-js",
|
|
},
|
|
"include": ["src/**/*"],
|
|
"typedocOptions": {
|
|
"name": "TriliumETAPI",
|
|
"entryPoints": ["src/index.ts"],
|
|
"out": "docs",
|
|
"includeVersion": true,
|
|
"navigationLinks": {
|
|
"Trilium": "https://github.com/zadam/trilium"
|
|
},
|
|
"sidebarLinks": {},
|
|
"navigation": {
|
|
"fullTree": true,
|
|
"includeCategories": true,
|
|
"includeGroups": false
|
|
}
|
|
}
|
|
} |