UNPKG
gs-download
Version:
latest (1.1.0)
1.1.0
1.0.4
1.0.3
1.0.2
0.0.1
Downloader of Genius Scan PDFs files
github.com/Prevole/gs-download
Prevole/gs-download
gs-download
/
tsconfig.eslint.json
12 lines
(11 loc)
•
158 B
JSON
View Raw
1
2
3
4
5
6
7
8
9
10
11
12
{
"extends"
:
"./tsconfig.json"
,
"include"
:
[
"src/**/*.ts"
,
"dist/**/*.d.ts"
,
"vitest.config.ts"
]
,
"exclude"
:
[
"node_modules"
]
}