chore(nx/ckeditor5): create empty lib project

This commit is contained in:
Elian Doran
2025-05-03 11:44:18 +03:00
parent 16b45d7cf1
commit ba6aa16778
10 changed files with 454 additions and 4 deletions

View File

@@ -0,0 +1,19 @@
{
"extends": "../../tsconfig.base.json",
"compilerOptions": {
"baseUrl": ".",
"rootDir": "src",
"outDir": "dist",
"tsBuildInfoFile": "dist/tsconfig.lib.tsbuildinfo",
"emitDeclarationOnly": true,
"forceConsistentCasingInFileNames": true,
"types": [
"node",
"vite/client"
]
},
"include": [
"src/**/*.ts"
],
"references": []
}