mirror of
https://github.com/tedkulp/vidgrab
synced 2026-03-04 13:10:04 -05:00
11 lines
197 B
JSON
11 lines
197 B
JSON
{
|
|
"extends": "./tsconfig.json",
|
|
"compilerOptions": {
|
|
"outDir": "../../dist/out-tsc",
|
|
"declaration": true,
|
|
"types": []
|
|
},
|
|
"include": ["**/*.ts"],
|
|
"exclude": ["**/*.spec.ts"]
|
|
}
|