mirror of
https://github.com/tedkulp/vidgrab
synced 2026-03-05 13:20:27 -05:00
8 lines
119 B
JSON
8 lines
119 B
JSON
{
|
|
"extends": "./tsconfig.json",
|
|
"include": ["**/*.ts"],
|
|
"compilerOptions": {
|
|
"types": ["jest", "node"]
|
|
}
|
|
}
|