mirror of
https://gitee.com/bitdance-team/chrome-extension
synced 2025-10-07 16:35:15 +08:00
feat: services
This commit is contained in:
@@ -5,6 +5,7 @@
|
||||
"composite": true,
|
||||
"sourceMap": true,
|
||||
"declaration": false,
|
||||
"esModuleInterop": true,
|
||||
"moduleResolution": "node",
|
||||
"emitDecoratorMetadata": true,
|
||||
"experimentalDecorators": true,
|
||||
@@ -16,7 +17,7 @@
|
||||
"skipDefaultLibCheck": true,
|
||||
"baseUrl": ".",
|
||||
"paths": {
|
||||
"@bitdance/services": ["packages/services/src/index.ts"],
|
||||
"@bitdance/services-api": ["packages/services-api/src/index.ts"],
|
||||
"@bitdance/shared": ["packages/shared/src/index.ts"]
|
||||
}
|
||||
},
|
||||
|
Reference in New Issue
Block a user