mirror of
https://github.com/zadam/trilium.git
synced 2025-11-20 07:34:25 +01:00
13 lines
157 B
JSON
13 lines
157 B
JSON
{
|
|
"extends": "../../tsconfig.dist.json",
|
|
"compilerOptions": {
|
|
"rootDir": "src",
|
|
"types": [
|
|
"../../typings/types"
|
|
]
|
|
},
|
|
"include": [
|
|
"src"
|
|
]
|
|
}
|