fix(ckeditor5): build failing due to types path

This commit is contained in:
Elian Doran
2025-05-10 15:18:57 +03:00
parent 929ebf114c
commit dd7df1344e
6 changed files with 6 additions and 5 deletions

View File

@@ -6,7 +6,7 @@
"rootDir": "./src",
"composite": false,
"types": [
"./typings/types"
"../typings/types.d.ts"
]
}
}