trilium/_regroup/ckeditor5-footnotes/tsconfig.test.json
Elian Doran 9643bf310e Add '_regroup/ckeditor5-footnotes/' from commit 'f5a6ff5684e612606d9e158e8f143bceb1cdbf8f'
git-subtree-dir: _regroup/ckeditor5-footnotes
git-subtree-mainline: 80c390c72b5350a2bcbcda45952da86ade4564cc
git-subtree-split: f5a6ff5684e612606d9e158e8f143bceb1cdbf8f
2025-05-04 19:59:07 +03:00

16 lines
208 B
JSON

{
"extends": "./tsconfig.json",
"compilerOptions": {
"types": [
"@types/mocha"
],
"sourceMap": true
},
"include": [
"./sample",
"./src",
"./tests",
"./typings"
]
}