|
|
пре 1 месец | |
|---|---|---|
| .. | ||
| README.md | пре 1 месец | |
| base.json | пре 1 месец | |
| nextjs.json | пре 1 месец | |
| package.json | пре 1 месец | |
| react-library.json | пре 1 месец | |
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
}
}