2025-05-03 11:44:18 +03:00
|
|
|
{
|
|
|
|
"extends": "../../tsconfig.base.json",
|
|
|
|
"compilerOptions": {
|
2025-05-03 15:05:00 +03:00
|
|
|
"module": "ESNext",
|
|
|
|
"moduleResolution": "bundler",
|
2025-05-03 11:44:18 +03:00
|
|
|
"baseUrl": ".",
|
|
|
|
"rootDir": "src",
|
|
|
|
"outDir": "dist",
|
|
|
|
"tsBuildInfoFile": "dist/tsconfig.lib.tsbuildinfo",
|
|
|
|
"emitDeclarationOnly": true,
|
|
|
|
"forceConsistentCasingInFileNames": true,
|
2025-05-03 23:39:30 +03:00
|
|
|
"lib": ["DOM", "ES2020"],
|
2025-05-03 11:44:18 +03:00
|
|
|
"types": [
|
2025-05-03 17:00:24 +03:00
|
|
|
"vite/client",
|
|
|
|
"jquery"
|
2025-05-03 11:44:18 +03:00
|
|
|
]
|
|
|
|
},
|
|
|
|
"include": [
|
|
|
|
"src/**/*.ts"
|
|
|
|
],
|
2025-05-04 14:47:59 +03:00
|
|
|
"references": [
|
2025-05-04 23:03:29 +03:00
|
|
|
{
|
2025-05-05 15:43:14 +03:00
|
|
|
"path": "../ckeditor5-footnotes"
|
2025-05-04 23:03:29 +03:00
|
|
|
},
|
2025-05-04 21:10:06 +03:00
|
|
|
{
|
2025-05-05 15:43:14 +03:00
|
|
|
"path": "../ckeditor5-math"
|
2025-05-04 21:10:06 +03:00
|
|
|
},
|
2025-05-04 19:06:23 +03:00
|
|
|
{
|
|
|
|
"path": "../ckeditor5-admonition"
|
|
|
|
},
|
2025-05-04 17:25:30 +03:00
|
|
|
{
|
|
|
|
"path": "../ckeditor5-mermaid"
|
|
|
|
},
|
2025-05-04 14:47:59 +03:00
|
|
|
{
|
|
|
|
"path": "../ckeditor5-keyboard-marker"
|
|
|
|
}
|
|
|
|
]
|
2025-05-03 11:44:18 +03:00
|
|
|
}
|