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