| 12345678910111213141516171819202122232425 | 
							- {
 
-   "compilerOptions": {
 
-     "lib": ["es5", "es6"],
 
-     "target": "esnext",
 
-     "allowJs": true,
 
-     "esModuleInterop": false,
 
-     "module": "commonjs",
 
-     "moduleResolution": "node",
 
-     "emitDecoratorMetadata": true,
 
-     "experimentalDecorators": true,
 
-     "skipLibCheck": true,
 
-     "skipDefaultLibCheck": true,
 
-     "declaration": false,
 
-     "sourceMap": false,
 
-     "outDir": "./dist",
 
-     "rootDir": "src",
 
-     "baseUrl": "src"
 
-   },
 
-   "include": ["src"],
 
-   "exclude": [
 
-     "**/__tests__",
 
-     "**/__fixtures__",
 
-     "node_modules"
 
-   ]
 
- }
 
 
  |