mirror of
https://github.com/TriliumNext/Notes.git
synced 2025-07-27 10:02:59 +08:00
13 lines
173 B
JSON
13 lines
173 B
JSON
![]() |
{
|
||
|
"extends": "./tsconfig.json",
|
||
|
"compilerOptions": {
|
||
|
"sourceMap": false,
|
||
|
"declaration": true
|
||
|
},
|
||
|
"exclude": [
|
||
|
"./tests/",
|
||
|
"./src",
|
||
|
"./sample/"
|
||
|
]
|
||
|
}
|