joplin/packages/editor/tsconfig.json

12 lines
133 B
JSON

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