mirror of
https://github.com/TriliumNext/Notes.git
synced 2026-02-18 12:18:48 -06:00
8 lines
98 B
JSON
8 lines
98 B
JSON
{
|
|
"extends": "./tsconfig.base.json",
|
|
"include": [
|
|
"src/**/*.ts",
|
|
"spec/**/*.ts"
|
|
]
|
|
}
|