mirror of
https://github.com/streetwriters/notesnook.git
synced 2025-12-28 16:06:47 +01:00
* editor: added link pop-up keyboard short-cut * editor: Ctrl+K to create link --------- Co-authored-by: Abdullah Atta <abdullahatta@streetwriters.co>
12 lines
243 B
JSON
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/**/*"]
|
|
}
|