insomnia/packages/insomnia-importers/tsconfig.json

19 lines
248 B
JSON
Raw Normal View History

{
"extends": "./tsconfig.build.json",
"compilerOptions": {
"composite": false,
"rootDir": ".",
},
"include": [
"src",
"jest.config.js",
".eslintrc.js",
"package.json"
],
"exclude": [
"bin",
"dist"
]
}