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