From fee889cb5677ea9150478539444b2cb8f89728f9 Mon Sep 17 00:00:00 2001 From: theroncross Date: Thu, 5 Oct 2017 16:06:22 -0500 Subject: [PATCH] Update readme with comment on environment.d.ts --- README.md | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/README.md b/README.md index 4d02613a5..aadcbb44e 100644 --- a/README.md +++ b/README.md @@ -91,6 +91,12 @@ on the background and roadmap for the project. [typing-your-ember]: http://www.chriskrycho.com/typing-your-ember.html +## Environment configuration typings + +Along with the @types/ files mentioned above, ember-cli-typescript adds a +starter interface for `config/environment.js` in `config/environment.d.ts`. +This interface will likely require some changes to match your app. + ## :construction: Using ember-cli-typescript with Ember CLI addons **:warning: Warning: this is *not* currently recommended. This is a WIP part of the