{
  "extends": "@tsconfig/ember/tsconfig.json",
  "glint": {
    "environment": ["ember-loose", "ember-template-imports"]
  },
  "compilerOptions": {
    // The combination of `baseUrl` with `paths` allows Ember's classic package
    // layout, which is not resolvable with the Node resolution algorithm, to
    // work with TypeScript.
    "baseUrl": ".",
    "paths": {
      "dummy/tests/*": ["tests/*"],
      "dummy/*": ["tests/dummy/app/*", "app/*"],
      "<%= addonName %>": ["addon"],
      "<%= addonName %>/*": ["addon/*"],
      "<%= addonName %>/test-support": ["addon-test-support"],
      "<%= addonName %>/test-support/*": ["addon-test-support/*"],
      "*": ["types/*"]
    },
    "types": ["ember-source/types"]
  }
}
