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