mirror of
https://github.com/Kong/insomnia
synced 2024-11-08 14:49:53 +00:00
615287ccfc
Co-authored-by: Dimitri Mitropoulos <dimitrimitropoulos@gmail.com>
29 lines
442 B
JSON
29 lines
442 B
JSON
{
|
|
"extends": "../../tsconfig.base.json",
|
|
"compilerOptions": {
|
|
"outDir": "dist",
|
|
"rootDir": "."
|
|
},
|
|
"include": [
|
|
"src",
|
|
"package.json",
|
|
"**/*.d.ts"
|
|
],
|
|
"exclude": [
|
|
"node_modules",
|
|
"dist",
|
|
"src/jest",
|
|
".babelrc.js",
|
|
"jest.config.js",
|
|
"webpack",
|
|
"bin",
|
|
"assets",
|
|
"scripts",
|
|
|
|
"**/@types/mocha/*",
|
|
"**/*.test.ts",
|
|
"**/__snapshots__/**",
|
|
"**/__mocks__/*"
|
|
]
|
|
}
|