mirror of
https://github.com/jdalrymple/gitbeaker.git
synced 2026-01-18 15:55:30 +00:00
8 lines
122 B
JSON
8 lines
122 B
JSON
{
|
|
"extends": "../../tsconfig.base.json",
|
|
"compilerOptions": {
|
|
"esModuleInterop": true
|
|
},
|
|
"include": ["src"]
|
|
}
|