insomnia/packages/insomnia-components/tsconfig.build.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

20 lines
331 B
JSON

{
"extends": "../../tsconfig.base.json",
"compilerOptions": {
"composite": true,
"outDir": "dist",
"rootDir": "src",
"jsx": "react",
"experimentalDecorators": true,
"resolveJsonModule": true
},
"include": [
"src"
],
"exclude": [
"**/*.test.ts",
"**/*.test.tsx",
"src/jest"
]
}