mirror of
https://github.com/LukeHagar/redocly-cli.git
synced 2025-12-06 04:21:09 +00:00
* chore: fix the docker smoke test and update typescript to v5.5.3 * revert Dockerfile changes * run audit fix * update async3 types
21 lines
520 B
JSON
21 lines
520 B
JSON
{
|
|
"compilerOptions": {
|
|
"composite": true,
|
|
"declaration": true,
|
|
"module": "commonjs",
|
|
"target": "ES2020",
|
|
"noImplicitAny": true,
|
|
"noImplicitReturns": true,
|
|
"noImplicitThis": true,
|
|
"resolveJsonModule": true,
|
|
"strictPropertyInitialization": true,
|
|
"strictNullChecks": true,
|
|
"strictFunctionTypes": true,
|
|
"forceConsistentCasingInFileNames": true,
|
|
"allowJs": false,
|
|
"lib": ["es2020", "es2020.string", "dom"],
|
|
"baseUrl": "./packages",
|
|
"skipLibCheck": true
|
|
}
|
|
}
|