mirror of
https://github.com/TriliumNext/Notes.git
synced 2026-04-28 08:20:29 -05:00
8 lines
158 B
JSON
8 lines
158 B
JSON
{
|
|
"extends": "./tsconfig.json",
|
|
"compilerOptions": {
|
|
"rootDir": ".",
|
|
"noEmit": true
|
|
},
|
|
"include": ["src/**/*", "scripts/*"],
|
|
} |