{ "compilerOptions": { "alwaysStrict": true, "strict": true, "allowSyntheticDefaultImports": true, "allowUnreachableCode": false, "declaration": true, "experimentalDecorators": true, "forceConsistentCasingInFileNames": true, "jsx": "react", "jsxFactory": "h", "lib": [ "dom", "es2017" ], "module": "es2015", "moduleResolution": "node", "noImplicitAny": true, "noImplicitReturns": true, "noUnusedLocals": true, "noUnusedParameters": true, "outDir": "dist", "pretty": true, "removeComments": false, "rootDir": "src", "strictPropertyInitialization": false, "target": "es5" }, "files": [ "src/index.ts" ] }