mirror of
https://github.com/zadam/trilium.git
synced 2026-01-11 09:04:28 +01:00
git-subtree-dir: _regroup/ckeditor5-footnotes git-subtree-mainline: 80c390c72b5350a2bcbcda45952da86ade4564cc git-subtree-split: f5a6ff5684e612606d9e158e8f143bceb1cdbf8f
16 lines
208 B
JSON
16 lines
208 B
JSON
{
|
|
"extends": "./tsconfig.json",
|
|
"compilerOptions": {
|
|
"types": [
|
|
"@types/mocha"
|
|
],
|
|
"sourceMap": true
|
|
},
|
|
"include": [
|
|
"./sample",
|
|
"./src",
|
|
"./tests",
|
|
"./typings"
|
|
]
|
|
}
|