mirror of
https://github.com/Kong/insomnia
synced 2024-11-08 06:39:48 +00:00
21 lines
306 B
JSON
21 lines
306 B
JSON
{
|
|
"extends": "./tsconfig.build.json",
|
|
"include": [
|
|
".eslintrc.js",
|
|
"app",
|
|
"config",
|
|
"jest.config.js",
|
|
"package.json",
|
|
"scripts",
|
|
"send-request",
|
|
"webpack"
|
|
],
|
|
"exclude": [
|
|
"**/@types/mocha",
|
|
"**/main.min.js",
|
|
"bin",
|
|
"config",
|
|
"node_modules"
|
|
]
|
|
}
|