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