chore(ckeditor): fix type declarations not being generated for dist

This commit is contained in:
Elian Doran 2025-05-05 21:11:39 +03:00
parent 3daa5da289
commit 629c56ebc8
No known key found for this signature in database
5 changed files with 5 additions and 0 deletions

View File

@ -4,6 +4,7 @@
"module": "ESNext", "module": "ESNext",
"moduleResolution": "bundler", "moduleResolution": "bundler",
"rootDir": "./src", "rootDir": "./src",
"composite": false,
"types": [ "types": [
"./typings/types" "./typings/types"
] ]

View File

@ -4,6 +4,7 @@
"module": "ESNext", "module": "ESNext",
"moduleResolution": "bundler", "moduleResolution": "bundler",
"rootDir": "./src", "rootDir": "./src",
"composite": false,
"types": [ "types": [
"./typings/types" "./typings/types"
] ]

View File

@ -4,6 +4,7 @@
"module": "ESNext", "module": "ESNext",
"moduleResolution": "bundler", "moduleResolution": "bundler",
"rootDir": "./src", "rootDir": "./src",
"composite": false,
"types": [ "types": [
"./typings/types" "./typings/types"
] ]

View File

@ -4,6 +4,7 @@
"module": "ESNext", "module": "ESNext",
"moduleResolution": "bundler", "moduleResolution": "bundler",
"rootDir": "./src", "rootDir": "./src",
"composite": false,
"types": [ "types": [
"./typings/types" "./typings/types"
] ]

View File

@ -4,6 +4,7 @@
"module": "ESNext", "module": "ESNext",
"moduleResolution": "bundler", "moduleResolution": "bundler",
"rootDir": "./src", "rootDir": "./src",
"composite": false,
"types": [ "types": [
"./typings/types" "./typings/types"
] ]