insomnia/packages/insomnia-components/tsconfig.json
Dimitri Mitropoulos 5f4c19da35
[TypeScript] Phase 1 & 2 (#3370)
Co-authored-by: Opender Singh <opender.singh@konghq.com>
2021-05-12 18:35:00 +12:00

17 lines
228 B
JSON

{
"extends": "./tsconfig.build.json",
"compilerOptions": {
"rootDir": "."
},
"include": [
"src",
"webpack",
"jest.config.js",
".eslintrc.js",
"svgr.config.js"
],
"exclude": [
"dist"
]
}