{
  "sourceRoot": "examples/tron-example/src",
  "projectType": "application",
  "targets": {
    "build": {
      "executor": "@nrwl/js:tsc",
      "outputs": ["{options.outputPath}"],
      "options": {
        "outputPath": "dist/examples/tron-example",
        "main": "examples/tron-example/src/index.ts",
        "tsConfig": "examples/tron-example/tsconfig.app.json",
        "packageJson": "examples/tron-example/package.json"
      }
    },
    "serve": {
      "executor": "@nrwl/node:node",
      "options": {
        "buildTarget": "tron-example:build"
      }
    },
    "lint": {
      "executor": "@nrwl/linter:eslint",
      "outputs": ["{options.outputFile}"],
      "options": {
        "lintFilePatterns": ["examples/tron-example/**/*.ts"]
      }
    }
  },
  "tags": ["type:example"]
}
