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