{ "include": [ "src/*" ], "compilerOptions": { "target": "ESNext", "lib": ["ESNext", "DOM"], "module": "commonJS", "jsx": "react", "allowSyntheticDefaultImports": true, "esModuleInterop": true, "rootDir": "./src/", "paths": { "./*": ["./*", "./src/*"] } }, "exclude": [ "node_modules", "dist" ] }