Files
notesnook/packages/editor/tsconfig.json
Muhammad Ali 18310698f6 editor: add ctrl+k to create link shortcut (#3501)
* editor: added link pop-up keyboard short-cut

* editor: Ctrl+K to create link

---------

Co-authored-by: Abdullah Atta <abdullahatta@streetwriters.co>
2024-09-13 11:10:50 +05:00

12 lines
243 B
JSON

{
"extends": "../../tsconfig",
"compilerOptions": {
"lib": ["DOM", "DOM.Iterable", "ESNext"],
"jsx": "react-jsx",
"outDir": "./dist/",
"incremental": true
},
"exclude": ["src/**/*.test.ts"],
"include": ["src/**/*"]
}