Files
Trilium/packages/share-theme/tsconfig.eslint.json

8 lines
158 B
JSON
Raw Normal View History

2023-09-20 03:38:55 -04:00
{
"extends": "./tsconfig.json",
"compilerOptions": {
"rootDir": ".",
"noEmit": true
},
2023-09-22 23:57:17 -04:00
"include": ["src/**/*", "scripts/*"],
2023-09-20 03:38:55 -04:00
}