1
0
mirror of https://github.com/laurent22/joplin.git synced 2024-11-27 08:21:03 +02:00
joplin/packages/lib/tsconfig.json
2024-03-02 14:25:27 +00:00

11 lines
184 B
JSON

{
"extends": "../../tsconfig.json",
"include": [
"**/*.ts",
"**/*.tsx", "../app-desktop/commands/emptyTrash.ts",
],
"exclude": [
"**/node_modules",
"**/plugin_types",
],
}