{
  "$schema": "../../../node_modules/nx/schemas/project-schema.json",
  "name": "app-framework",
  "tags": [
    "scope:sdk"
  ],
  "sourceRoot": "{projectRoot}/src",
  "projectType": "application",
  "targets": {
    "build": {},
    "compile": {
      "options": {
        "entryPoints": [
          "{projectRoot}/src/index.ts",
          "{projectRoot}/src/testing/index.ts",
          "{projectRoot}/src/worker.ts"
        ],
        "preactSignalTracking": true
      }
    },
    "lint": {},
    "pack": {},
    "test": {},
    "typedoc": {}
  },
  "implicitDependencies": [
    "esbuild"
  ]
}
