joplin/packages/renderer/tsconfig.json

11 lines
152 B
JSON

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