mirror of
https://github.com/usebruno/bruno.git
synced 2026-06-11 09:51:30 +00:00
chore: fixed oc types resolution issue
This commit is contained in:
@@ -22,8 +22,8 @@
|
||||
"paths": {
|
||||
"@usebruno/schema-types": ["packages/bruno-schema-types/dist/index.d.ts"],
|
||||
"@usebruno/schema-types/*": ["packages/bruno-schema-types/dist/*"],
|
||||
"@opencollection/types": ["node_modules/@opencollection/types/dist/opencollection.d.ts"],
|
||||
"@opencollection/types/*": ["node_modules/@opencollection/types/dist/*"]
|
||||
"@opencollection/types": ["packages/bruno-filestore/node_modules/@opencollection/types/dist/opencollection.d.ts"],
|
||||
"@opencollection/types/*": ["packages/bruno-filestore/node_modules/@opencollection/types/dist/*"]
|
||||
}
|
||||
},
|
||||
"include": ["src/**/*.ts", "src/**/*.tsx", "src/**/*.js", "src/**/*.d.ts"],
|
||||
|
||||
Reference in New Issue
Block a user