{ "include": ["src/**/*"], "exclude": ["src/_deprecated/icons/**/*", "src/**/*.spec.js"], "compilerOptions": { "strict": true, "strictNullChecks": true, "allowJs": true, "checkJs": true, "jsx": "react", "jsxFactory": "h", "jsxFragmentFactory": "Fragment", "module": "ES6", "moduleResolution": "Node", "target": "ES6", "lib": [ "ESNext", "DOM" ] } }