mirror of
https://github.com/zadam/trilium.git
synced 2026-04-03 10:39:00 +02:00
8 lines
98 B
JSON
8 lines
98 B
JSON
{
|
|
"extends": "./tsconfig.base.json",
|
|
"include": [
|
|
"src/**/*.ts",
|
|
"spec/**/*.ts"
|
|
]
|
|
}
|