mirror of
https://github.com/jdalrymple/gitbeaker.git
synced 2026-01-18 15:55:30 +00:00
11 lines
251 B
JSON
11 lines
251 B
JSON
{
|
|
"extends": "../../tsconfig.json",
|
|
"compilerOptions": {
|
|
"outDir": "./dist",
|
|
"declaration": true,
|
|
"declarationDir": "dist/types",
|
|
"types": ["puppeteer", "jest-environment-puppeteer", "expect-puppeteer"]
|
|
},
|
|
"include": ["src"]
|
|
}
|