mirror of
https://github.com/zadam/trilium.git
synced 2025-10-20 07:08:55 +02:00
16 lines
436 B
JSON
16 lines
436 B
JSON
{
|
|
"extends": "../../tsconfig.base.json",
|
|
"compilerOptions": {
|
|
"noImplicitAny": true,
|
|
"noImplicitThis": true,
|
|
"esModuleInterop": true,
|
|
"allowSyntheticDefaultImports": true,
|
|
"resolveJsonModule": true,
|
|
"strictNullChecks": true,
|
|
"moduleResolution": "Node16",
|
|
"target": "ES2022",
|
|
"rootDir": "src",
|
|
"module": "Node16"
|
|
},
|
|
"include": ["src/**/*"]
|
|
} |