mirror of
https://github.com/Kong/insomnia
synced 2024-11-08 06:39:48 +00:00
175921e40d
* gql * lock file * upgrade jwt-auith to httplease-asap * upgrade vite dep * bump ts eslint parser * match gql versions * fix test * fix package
23 lines
355 B
JSON
23 lines
355 B
JSON
{
|
|
"extends": "../../tsconfig.base.json",
|
|
"include": [
|
|
".eslintrc.js",
|
|
"esbuild.ts",
|
|
"jest.config.js",
|
|
"package.json",
|
|
"src",
|
|
],
|
|
"exclude": [
|
|
"**/*.test.ts",
|
|
"**/__mocks__/*",
|
|
"**/__snapshots__/**",
|
|
"assets",
|
|
"bin",
|
|
"dist",
|
|
"jest.config.js",
|
|
"node_modules",
|
|
"scripts",
|
|
"src/jest",
|
|
],
|
|
}
|