{
  "extends": "@tsconfig/ember/tsconfig.json",
  "glint": {
    "environment": ["ember-loose", "ember-template-imports"]
  },
  "compilerOptions": {
    "skipLibCheck": true,
    "noEmit": true,
    "noEmitOnError": false,
    "declaration": false,
    "declarationMap": false,
    // 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": {
      "<%= testAppInfo.packageName %>/tests/*": ["tests/*"],
      "<%= testAppInfo.packageName %>/*": ["app/*"],
      "*": ["types/*"]
    },
    "types": [
      "ember-source/types",
    ]
  }
}
