mirror of
https://github.com/TriliumNext/Notes.git
synced 2025-07-27 10:02:59 +08:00
36 lines
690 B
JSON
36 lines
690 B
JSON
{
|
|
"extends": "../../tsconfig.base.json",
|
|
"compilerOptions": {
|
|
"module": "ESNext",
|
|
"moduleResolution": "bundler",
|
|
"baseUrl": ".",
|
|
"rootDir": "src",
|
|
"outDir": "dist",
|
|
"tsBuildInfoFile": "dist/tsconfig.lib.tsbuildinfo",
|
|
"emitDeclarationOnly": true,
|
|
"forceConsistentCasingInFileNames": true,
|
|
"lib": ["DOM", "ES2020"],
|
|
"types": [
|
|
"vite/client",
|
|
"jquery"
|
|
]
|
|
},
|
|
"include": [
|
|
"src/**/*.ts"
|
|
],
|
|
"references": [
|
|
{
|
|
"path": "../ckeditor5-footnotes"
|
|
},
|
|
{
|
|
"path": "../ckeditor5-admonition"
|
|
},
|
|
{
|
|
"path": "../ckeditor5-mermaid"
|
|
},
|
|
{
|
|
"path": "../ckeditor5-keyboard-marker"
|
|
}
|
|
]
|
|
}
|