mirror of
https://github.com/Kong/insomnia
synced 2024-11-08 06:39:48 +00:00
16 lines
216 B
JSON
16 lines
216 B
JSON
|
{
|
||
|
"extends": "./tsconfig.build.json",
|
||
|
"compilerOptions": {
|
||
|
"rootDir": "."
|
||
|
},
|
||
|
"include": [
|
||
|
"src",
|
||
|
".eslintrc.js",
|
||
|
"jest.config.js",
|
||
|
"webpack.config.js"
|
||
|
],
|
||
|
"exclude": [
|
||
|
"dist"
|
||
|
]
|
||
|
}
|