mirror of
https://github.com/Kong/insomnia
synced 2024-11-08 14:49:53 +00:00
26 lines
405 B
JSON
26 lines
405 B
JSON
{
|
|
"extends": "../../tsconfig.base.json",
|
|
"compilerOptions": {
|
|
"outDir": "dist",
|
|
"rootDir": ".",
|
|
},
|
|
"include": [
|
|
"**/*.d.ts",
|
|
"package.json",
|
|
"src",
|
|
],
|
|
"exclude": [
|
|
"**/*.test.ts",
|
|
"**/@types/mocha",
|
|
"**/__mocks__/*",
|
|
"**/__snapshots__/**",
|
|
"assets",
|
|
"bin",
|
|
"dist",
|
|
"jest.config.js",
|
|
"node_modules",
|
|
"scripts",
|
|
"src/jest",
|
|
],
|
|
}
|