mirror of
https://github.com/TriliumNext/Notes.git
synced 2026-01-05 12:29:54 -06:00
git-subtree-dir: packages/share-theme git-subtree-mainline:d8f0709bcegit-subtree-split:2cdd2a0a54
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/**/*"]
|
|
} |