mirror of
https://github.com/laurent22/joplin.git
synced 2025-12-30 10:49:43 -06:00
10 lines
122 B
JSON
10 lines
122 B
JSON
{
|
|
"extends": "../../tsconfig.json",
|
|
"include": [
|
|
"**/*.ts"
|
|
],
|
|
"compilerOptions": {
|
|
"types": ["jest", "node"]
|
|
}
|
|
}
|