remix-project mirror
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 
 
remix-project/libs/ghaction-helper/project.json

31 lines
881 B

{
"name": "ghaction-helper",
"$schema": "../../node_modules/nx/schemas/project-schema.json",
"sourceRoot": "libs/ghaction-helper/src",
"projectType": "library",
"implicitDependencies": [
"remix-solidity"
],
"targets": {
"build": {
"executor": "@nrwl/js:tsc",
"outputs": ["{options.outputPath}"],
"options": {
"outputPath": "dist/libs/ghaction-helper",
"main": "libs/ghaction-helper/src/index.ts",
"tsConfig": "libs/ghaction-helper/tsconfig.lib.json",
"assets": [],
"updateBuildableProjectDepsInPackageJson": false
}
},
"lint": {
"executor": "@nrwl/linter:eslint",
"outputs": ["{options.outputFile}"],
"options": {
"lintFilePatterns": ["libs/ghaction-helper/**/*.ts"]
}
}
},
"tags": []
}