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