joplin/packages/renderer/tsconfig.json

10 lines
134 B
JSON
Raw Normal View History

2020-11-05 16:58:23 +00:00
{
"extends": "../../tsconfig.json",
"include": [
"**/*.ts",
"**/*.tsx",
],
"exclude": [
"**/node_modules",
],
}