mirror of
https://github.com/Kong/insomnia
synced 2024-11-08 14:49:53 +00:00
177d6adf38
Co-authored-by: Opender Singh <opender94@gmail.com> Co-authored-by: Opender Singh <opender.singh@konghq.com>
16 lines
219 B
JSON
16 lines
219 B
JSON
{
|
|
"extends": "./tsconfig.build.json",
|
|
"compilerOptions": {
|
|
"composite": false,
|
|
"rootDir": ".",
|
|
},
|
|
"include": [
|
|
"src",
|
|
"jest.config.js",
|
|
".eslintrc.js",
|
|
],
|
|
"exclude": [
|
|
"dist",
|
|
],
|
|
}
|