mirror of
https://github.com/jdalrymple/gitbeaker.git
synced 2026-01-18 15:55:30 +00:00
16 lines
302 B
JSON
16 lines
302 B
JSON
{
|
|
"extends": "./tsconfig.json",
|
|
"compilerOptions": {
|
|
"target": "es6",
|
|
"strict": false,
|
|
"strictPropertyInitialization": false,
|
|
"strictNullChecks": false,
|
|
"noUnusedParameters": false,
|
|
"noUnusedLocals": false,
|
|
"skipLibCheck": true
|
|
},
|
|
"include": [
|
|
"src/**/*",
|
|
]
|
|
}
|