feat: automatic workspace config

Added feature to detect automatically monorepos and it's
tsconfig.json and jsconfig.json files
This commit is contained in:
Guz013
2023-07-17 18:16:35 -03:00
parent 03f9758884
commit f540e1e7e3
8 changed files with 118 additions and 10 deletions

14
pnpm-lock.yaml generated
View File

@@ -87,9 +87,9 @@ importers:
globals:
specifier: ^13.20.0
version: 13.20.0
typescript:
specifier: ^5.0.0
version: 5.1.6
yaml:
specifier: ^2.3.1
version: 2.3.1
devDependencies:
'@eslint/js':
specifier: ^8.44.0
@@ -103,6 +103,9 @@ importers:
eslint:
specifier: ^8.44.0
version: 8.44.0
typescript:
specifier: ^5.1.6
version: 5.1.6
packages:
@@ -3476,6 +3479,11 @@ packages:
engines: {node: '>= 6'}
dev: true
/yaml@2.3.1:
resolution: {integrity: sha512-2eHWfjaoXgTBC2jNM1LRef62VQa0umtvRiDSk6HSzW7RvS5YtkabJrwYLLEKWBc8a5U2PTSCs+dJjUTJdlHsWQ==}
engines: {node: '>= 14'}
dev: false
/yargs-parser@18.1.3:
resolution: {integrity: sha512-o50j0JeToy/4K6OZcaQmW6lyXXKhq7csREXcDwk2omFPJEwUNOVtJKvmDr9EI1fAJZUyZcRF7kxGBWmRXudrCQ==}
engines: {node: '>=6'}