|
|
1 mesiac pred | |
|---|---|---|
| .. | ||
| README.md | 1 mesiac pred | |
| base.json | 1 mesiac pred | |
| nextjs.json | 1 mesiac pred | |
| package.json | 1 mesiac pred | |
| react-library.json | 1 mesiac pred | |
Shared TypeScript configurations for the Watch Finished Turbo monorepo.
base.json - Base TypeScript configurationnextjs.json - Next.js specific TypeScript settingsreact-library.json - React component library configurationIn tsconfig.json:
{
"extends": "@watch-finished-turbo/typescript-config/base",
"compilerOptions": {
// Your custom options
}
}