mirror of
https://github.com/laurent22/joplin.git
synced 2024-12-03 08:35:29 +02:00
11 lines
155 B
JSON
11 lines
155 B
JSON
|
{
|
||
|
"extends": "../../tsconfig.json",
|
||
|
"include": [
|
||
|
"**/*.ts",
|
||
|
"**/*.tsx",
|
||
|
],
|
||
|
"exclude": [
|
||
|
"**/node_modules",
|
||
|
"build/**/*",
|
||
|
],
|
||
|
}
|