insomnia/packages/insomnia-importers/tsconfig.build.json

19 lines
275 B
JSON
Raw Normal View History

{
"extends": "../../tsconfig.base.json",
"compilerOptions": {
"composite": true,
2022-06-27 16:57:50 +00:00
"lib": ["ES2019"],
"outDir": "dist",
"rootDir": ".",
},
"include": [
2022-06-27 16:57:50 +00:00
"package.json",
"src",
],
"exclude": [
"**/*.test.ts",
"bin",
2022-06-27 16:57:50 +00:00
"dist",
],
}