{ "extends": "@konobangu/typescript-config/react-library.json", "compilerOptions": { "baseUrl": ".", "paths": { "@/*": ["./*"], "@konobangu/*": ["../../packages/*"] } }, "include": ["**/*.ts", "**/*.tsx"], "exclude": ["node_modules"] }