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