mirror of
https://github.com/Kong/insomnia
synced 2024-11-08 14:49:53 +00:00
5f4c19da35
Co-authored-by: Opender Singh <opender.singh@konghq.com>
20 lines
382 B
JSON
20 lines
382 B
JSON
{
|
|
"extends": "../../tsconfig.base.json",
|
|
"compilerOptions": {
|
|
"outDir": ".",
|
|
"rootDir": ".",
|
|
"resolveJsonModule": true,
|
|
"strict": false,
|
|
"module": "CommonJS",
|
|
"target": "ES5",
|
|
"allowSyntheticDefaultImports": true,
|
|
"esModuleInterop": true,
|
|
"strictNullChecks": true,
|
|
},
|
|
"include": [
|
|
"package.json",
|
|
"webpack"
|
|
],
|
|
"exclude": []
|
|
}
|