feat: turborepo monorepo scaffold and provisioning
Co-authored-by: Cursor <cursoragent@cursor.com>
This commit is contained in:
9
lib/scaffold/turborepo/packages/config/package.json
Normal file
9
lib/scaffold/turborepo/packages/config/package.json
Normal file
@@ -0,0 +1,9 @@
|
||||
{
|
||||
"name": "@{{project-slug}}/config",
|
||||
"version": "0.1.0",
|
||||
"private": true,
|
||||
"exports": {
|
||||
"./tsconfig.base.json": "./tsconfig.base.json",
|
||||
"./eslint": "./eslint.config.js"
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user