mirror of
https://github.com/Kong/insomnia
synced 2024-11-08 14:49:53 +00:00
15 lines
199 B
JSON
15 lines
199 B
JSON
|
{
|
||
|
"extends": "./tsconfig.build.json",
|
||
|
"include": [
|
||
|
"src",
|
||
|
"package.json",
|
||
|
"jest.config.js",
|
||
|
"webpack",
|
||
|
".eslintrc.js"
|
||
|
],
|
||
|
"exclude": [
|
||
|
"node_modules",
|
||
|
"dist"
|
||
|
]
|
||
|
}
|