joplin/packages/tools/tsconfig.json

10 lines
139 B
JSON

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