mirror of
https://github.com/chatmail/core.git
synced 2026-04-05 23:22:11 +03:00
22 lines
590 B
JSON
22 lines
590 B
JSON
{
|
|
"compilerOptions": {
|
|
"outDir": "dist",
|
|
"rootDir": "./lib",
|
|
"sourceMap": true,
|
|
"module": "commonjs",
|
|
"target": "es5",
|
|
"esModuleInterop": true,
|
|
"declaration": true,
|
|
"declarationMap": true,
|
|
"strictNullChecks": true,
|
|
"strict": true
|
|
},
|
|
"exclude": ["node_modules", "deltachat-core-rust", "dist", "scripts"],
|
|
"typedocOptions": {
|
|
"out": "docs",
|
|
"excludePrivate": true,
|
|
"defaultCategory": "index",
|
|
"includeVersion": true,
|
|
"entryPoints": ["lib/index.ts"]
|
|
}
|
|
} |