{ "compilerOptions": { "target": "esnext", "allowSyntheticDefaultImports": false, "baseUrl": ".", "paths": { "~/*": ["./src/*"] } }, "exclude": ["node_modules", "dist"] }