mirror of
https://github.com/laurent22/joplin.git
synced 2024-11-27 08:21:03 +02:00
11 lines
184 B
JSON
11 lines
184 B
JSON
{
|
|
"extends": "../../tsconfig.json",
|
|
"include": [
|
|
"**/*.ts",
|
|
"**/*.tsx", "../app-desktop/commands/emptyTrash.ts",
|
|
],
|
|
"exclude": [
|
|
"**/node_modules",
|
|
"**/plugin_types",
|
|
],
|
|
} |