joplin/packages/app-desktop/tsconfig.json

11 lines
150 B
JSON

{
"extends": "../../tsconfig.json",
"include": [
"**/*.ts",
"**/*.tsx",
],
"exclude": [
"**/node_modules",
"**/dist",
],
}