react-floating-profile
Version:
React component to display your github profile <p align="left"> <a href="https://www.npmjs.com/package/react-floating-profile"><img src="https://flat.badgen.net/npm/v/react-floating-profile" alt="react-floating-profile version" /></a> <a href="http
33 lines (32 loc) • 963 B
JSON
{
"compilerOptions": {
"target": "es5",
"lib": ["dom", "dom.iterable", "esnext"],
"allowJs": true,
"skipLibCheck": true,
"esModuleInterop": true,
"allowSyntheticDefaultImports": true,
"strict": true,
"forceConsistentCasingInFileNames": true,
"noFallthroughCasesInSwitch": true,
"module": "esnext",
"moduleResolution": "node",
"resolveJsonModule": true,
"isolatedModules": true,
"noEmit": false,
"jsx": "react-jsx",
"declaration": true,
"outDir": "./dist",
"types": ["vite/client"], // 추가
"baseUrl": "src/lib/react-floating-profile",
"paths": {
"@context": ["./context"],
"@api": ["./api"],
"@types": ["./types"],
"@util": ["./util"],
"@components": ["./components"]
}
},
"include": ["./src/lib/**/*.tsx", "./src/lib/**/*.ts"],
"exclude": ["node_modules", "src/App.tsx", "src/main.tsx", "src/demo/**/*"]
}