{
  "$schema": "https://json.schemastore.org/nest-cli",
  "collection": "@nestjs/schematics",
  "projects": {
    "govee": {
      "type": "library",
      "root": "lib",
      "entryFile": "index",
      "sourceRoot": "lib"
    }
  },
  "compilerOptions": {
    "tsConfigPath": "./tsconfig.json",
    "webpack": false
  }
}
