mirror of
https://github.com/zadam/trilium.git
synced 2025-10-20 07:08:55 +02:00

git-subtree-dir: packages/share-theme git-subtree-mainline: d8f0709bce891a8ebc0676bb3b6b5314bf78a129 git-subtree-split: 2cdd2a0a543f0bced8284ca55bc94efadbc7c91f
16 lines
422 B
JSON
16 lines
422 B
JSON
{
|
|
"compilerOptions": {
|
|
"noImplicitAny": true,
|
|
"noImplicitThis": true,
|
|
"esModuleInterop": true,
|
|
"allowSyntheticDefaultImports": true,
|
|
"resolveJsonModule": true,
|
|
"strictNullChecks": true,
|
|
"moduleResolution": "Node16",
|
|
"target": "ES2022",
|
|
"rootDir": "src",
|
|
"outDir": "lib/cjs",
|
|
"module": "Node16"
|
|
},
|
|
"include": ["src/**/*"]
|
|
} |