mirror of
https://github.com/TriliumNext/Notes.git
synced 2025-07-27 10:02:59 +08:00
16 lines
208 B
JSON
16 lines
208 B
JSON
![]() |
{
|
||
|
"extends": "./tsconfig.json",
|
||
|
"compilerOptions": {
|
||
|
"types": [
|
||
|
"@types/mocha"
|
||
|
],
|
||
|
"sourceMap": true
|
||
|
},
|
||
|
"include": [
|
||
|
"./sample",
|
||
|
"./src",
|
||
|
"./tests",
|
||
|
"./typings"
|
||
|
]
|
||
|
}
|