{ "compilerOptions": { "outDir": "dist", "module": "esnext", "target": "es5", "lib": ["es6", "dom", "es2016", "es2017"], "jsx": "react", "moduleResolution": "node", "declaration": true, "strict": false, "noImplicitAny": false, "strictNullChecks": false, "strictFunctionTypes": false, "strictPropertyInitialization": false, "noImplicitThis": false, "alwaysStrict": false, "noUnusedLocals": false, "noUnusedParameters": false, "noImplicitReturns": false, "noFallthroughCasesInSwitch": false, "allowSyntheticDefaultImports": true, "esModuleInterop": true }, "include": ["src"], "exclude": ["node_modules", "build", "dist", "example", "rollup.config.js"] }