mirror of
https://github.com/Kong/insomnia.git
synced 2026-02-15 08:32:11 -05:00
* refactor: migrate projects request to insomnia-api package * fix: cr * refactor: error handling * fix: add isApiError * fix: error * fix
26 lines
635 B
JSON
26 lines
635 B
JSON
{
|
|
"compilerOptions": {
|
|
"esModuleInterop": true,
|
|
"skipLibCheck": true,
|
|
"target": "es2020",
|
|
"allowJs": false,
|
|
"resolveJsonModule": true,
|
|
"moduleResolution": "bundler",
|
|
"isolatedModules": true,
|
|
"module": "ESNext",
|
|
"sourceMap": true,
|
|
"baseUrl": ".",
|
|
"rootDirs": ["."],
|
|
"lib": ["ES2023", "DOM"],
|
|
"types": [],
|
|
"strict": true,
|
|
"noImplicitReturns": true,
|
|
"noUnusedLocals": true,
|
|
"noUnusedParameters": true,
|
|
"noFallthroughCasesInSwitch": true,
|
|
"useUnknownInCatchVariables": false,
|
|
"verbatimModuleSyntax": true,
|
|
"forceConsistentCasingInFileNames": true
|
|
}
|
|
}
|