mirror of
https://github.com/jdalrymple/gitbeaker.git
synced 2026-01-18 15:55:30 +00:00
12 lines
253 B
JSON
12 lines
253 B
JSON
{
|
|
"extends": "../../tsconfig.json",
|
|
"compilerOptions": {
|
|
"target": "es2016",
|
|
"lib": ["es2017", "esnext", "dom", "dom.iterable"],
|
|
"outDir": "./dist",
|
|
"declaration": true,
|
|
"declarationDir": "dist/types"
|
|
},
|
|
"include": ["src"]
|
|
}
|