joplin/tsconfig.eslint.json

7 lines
94 B
JSON
Raw Permalink Normal View History

2020-11-25 14:40:25 +00:00
{
"extends": "./tsconfig.json",
"include": [
"**/*.ts",
"**/*.tsx",
],
}