mirror of
https://github.com/Kong/insomnia
synced 2024-11-08 06:39:48 +00:00
28378dc3fd
* use babel-preset-typescript * run type-check in release process
23 lines
350 B
JSON
23 lines
350 B
JSON
{
|
|
"extends": "./tsconfig.build.json",
|
|
"include": [
|
|
".eslintrc.js",
|
|
"app",
|
|
"config",
|
|
"jest.config.js",
|
|
"**/insomnia.config.json",
|
|
"package.json",
|
|
"scripts",
|
|
"send-request",
|
|
"webpack"
|
|
],
|
|
"exclude": [
|
|
"**/@types/mocha",
|
|
"**/main.min.js",
|
|
"bin",
|
|
"build",
|
|
"config",
|
|
"node_modules"
|
|
]
|
|
}
|