{ "compilerOptions": { "target": "ES2020", "sourceMap": true, "strict": true, "jsx": "react", "jsxFactory": "h", "jsxFragmentFactory": "frag" }, "exclude": [ "node_modules" ], "include": [ "index.ts", "lib/**/*.ts" ] }