Files
insomnia/packages/insomnia-api/tsconfig.json
Curry Yang 0bbae307fd refactor: migrate projects request to insomnia-api package - [INS-1874] (#9574)
* refactor: migrate projects request to insomnia-api package

* fix: cr

* refactor: error handling

* fix: add isApiError

* fix: error

* fix
2026-01-21 09:14:53 +00:00

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
}
}