mirror of
https://github.com/zadam/trilium.git
synced 2026-01-10 16:44:29 +01:00
git-subtree-dir: _regroup/ckeditor5-footnotes git-subtree-mainline: 80c390c72b5350a2bcbcda45952da86ade4564cc git-subtree-split: f5a6ff5684e612606d9e158e8f143bceb1cdbf8f
12 lines
191 B
JSON
12 lines
191 B
JSON
{
|
|
"extends": "./tsconfig.json",
|
|
"compilerOptions": {
|
|
"module": "ESNext",
|
|
"moduleResolution": "bundler",
|
|
"rootDir": "./src",
|
|
"types": [
|
|
"./typings/types"
|
|
]
|
|
}
|
|
}
|