mirror of
https://github.com/Kong/insomnia
synced 2024-11-07 22:30:15 +00:00
5f4c19da35
Co-authored-by: Opender Singh <opender.singh@konghq.com>
15 lines
214 B
JSON
15 lines
214 B
JSON
{
|
|
"extends": "./tsconfig.build.json",
|
|
"compilerOptions": {
|
|
"composite": false,
|
|
"rootDir": "."
|
|
},
|
|
"include": [
|
|
"src",
|
|
"jest.config.js",
|
|
".eslintrc.js"
|
|
],
|
|
"exclude": [
|
|
"dist"
|
|
]
|
|
} |