mirror of
https://github.com/zadam/trilium.git
synced 2025-11-20 07:34:25 +01:00
11 lines
119 B
JSON
11 lines
119 B
JSON
{
|
|
"extends": "../../tsconfig.release.json",
|
|
"include": [
|
|
"src",
|
|
"../../typings"
|
|
],
|
|
"exclude": [
|
|
"tests"
|
|
]
|
|
}
|