mirror of
https://github.com/Kong/insomnia.git
synced 2026-01-19 19:39:22 -05:00
30 lines
654 B
JSON
30 lines
654 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",
|
|
],
|
|
"types": [],
|
|
"strict": true,
|
|
"noImplicitReturns": true,
|
|
"noUnusedLocals": true,
|
|
"noUnusedParameters": true,
|
|
"noFallthroughCasesInSwitch": true,
|
|
"useUnknownInCatchVariables": false,
|
|
"verbatimModuleSyntax": true,
|
|
"forceConsistentCasingInFileNames": true
|
|
}
|
|
}
|