elysee15 / headless-aria

React Aria headless components
3 stars 2 forks source link

extends all tsconfig from the root config #7

Open elysee15 opened 1 year ago

elysee15 commented 1 year ago
├── apps
│   ├── simple-app
│   │   └── tsconfig.json
│   └── complex-app
│       └── tsconfig.json
├── libs
│   └── shared-lib
│       └── tsconfig.json
├── tsconfig.json
└── package.json

Find a way to have a shareable tsconfig between packages