bit-bin
Version:
<a href="https://opensource.org/licenses/Apache-2.0"><img alt="apache" src="https://img.shields.io/badge/License-Apache%202.0-blue.svg"></a> <a href="https://github.com/teambit/bit/blob/master/CONTRIBUTING.md"><img alt="prs" src="https://img.shields.io/b
26 lines (25 loc) • 541 B
JSON
{
"compilerOptions": {
"target": "es2015",
"module": "commonjs",
"jsx": "react",
"composite": true,
"declaration": true,
"sourceMap": true,
"skipLibCheck": true,
"outDir": "dist",
"rootDir": ".",
"esModuleInterop": true,
"experimentalDecorators": true,
"emitDecoratorMetadata": true,
"strict": true,
"moduleResolution": "node",
"noImplicitAny": false,
"removeComments": true,
"preserveConstEnums": true,
"resolveJsonModule": true
},
"exclude": [
"dist"
]
}