mirror of
https://gitee.com/bitdance-team/chrome-extension
synced 2025-10-08 00:45:13 +08:00
feat: services
This commit is contained in:
33
packages/services-api/project.json
Normal file
33
packages/services-api/project.json
Normal file
@@ -0,0 +1,33 @@
|
||||
{
|
||||
"root": "packages/services-api",
|
||||
"sourceRoot": "packages/services-api/src",
|
||||
"projectType": "library",
|
||||
"targets": {
|
||||
"build": {
|
||||
"executor": "@nrwl/js:tsc",
|
||||
"outputs": ["{options.outputPath}"],
|
||||
"options": {
|
||||
"outputPath": "dist/packages/services-api",
|
||||
"main": "packages/services-api/src/index.ts",
|
||||
"tsConfig": "packages/services-api/tsconfig.lib.json",
|
||||
"assets": ["packages/services-api/*.md"]
|
||||
}
|
||||
},
|
||||
"lint": {
|
||||
"executor": "@nrwl/linter:eslint",
|
||||
"outputs": ["{options.outputFile}"],
|
||||
"options": {
|
||||
"lintFilePatterns": ["packages/services-api/**/*.ts"]
|
||||
}
|
||||
},
|
||||
"test": {
|
||||
"executor": "@nrwl/jest:jest",
|
||||
"outputs": ["coverage/packages/services-api"],
|
||||
"options": {
|
||||
"jestConfig": "packages/services-api/jest.config.js",
|
||||
"passWithNoTests": true
|
||||
}
|
||||
}
|
||||
},
|
||||
"tags": []
|
||||
}
|
Reference in New Issue
Block a user