mirror of
https://github.com/codex-team/editor.js
synced 2026-03-16 07:35:48 +01:00
* fix types export * lint * changelog * tests fixed * fix tests imports * lint tests * upd submodule * Update yarn.lock * rename wrapper to factory * Update package.json * rename to adapters * Update tools.d.ts * BlockTool -> BlockToolAdapter etc * Update nested-list * Update collection.ts
9 lines
135 B
JSON
9 lines
135 B
JSON
{
|
|
"extends": "../../tsconfig.json",
|
|
"compilerOptions": {
|
|
"types": ["cypress", "node"],
|
|
},
|
|
"include": [
|
|
"**/*.ts"
|
|
]
|
|
}
|