fix: workspace type checking

This commit is contained in:
Guz013
2023-07-17 16:15:14 -03:00
parent d9f56a98a9
commit f917bd9710
3 changed files with 52 additions and 2 deletions

View File

@@ -1,8 +1,7 @@
import { defineConfig } from 'readable';
export default defineConfig({
strict: true,
tsconfig: '/home/work/Documents/Repositories/Readable/tsconfig.json',
tsconfig: ['./tsconfig.json', './packages/*/tsconfig.json', './packages/*/jsconfig.json'],
environment: {
node: true,
},