UNPKG

react-jivosite

Version:
24 lines (23 loc) 491 B
{ "compilerOptions": { "target": "es5", "jsx": "react", "sourceMap": true, "removeComments": true, "moduleResolution": "node", "allowSyntheticDefaultImports": true, "skipLibCheck": true, "skipDefaultLibCheck": true, "declaration": true, "declarationDir": "build", "experimentalDecorators": true, "emitDecoratorMetadata": true, }, "exclude": [ "./node_modules/**/*", "./tests/output/**/*" ], "include": [ "src/**/*" ] }