mirror of
https://github.com/Kong/insomnia
synced 2024-11-08 14:49:53 +00:00
19 lines
248 B
JSON
19 lines
248 B
JSON
|
{
|
||
|
"extends": "./tsconfig.build.json",
|
||
|
"compilerOptions": {
|
||
|
"composite": false,
|
||
|
"rootDir": ".",
|
||
|
},
|
||
|
"include": [
|
||
|
"src",
|
||
|
"jest.config.js",
|
||
|
".eslintrc.js",
|
||
|
"package.json"
|
||
|
|
||
|
],
|
||
|
"exclude": [
|
||
|
"bin",
|
||
|
"dist"
|
||
|
]
|
||
|
}
|