mirror of
https://github.com/zadam/trilium.git
synced 2025-11-19 23:24:25 +01:00
8 lines
170 B
JSON
8 lines
170 B
JSON
{
|
|
"extends": "./tsconfig.json",
|
|
"compilerOptions": {
|
|
"rootDir": ".",
|
|
"noEmit": true
|
|
},
|
|
"include": ["src/**/*", "scripts/*", "static/*"],
|
|
} |