clausreinke / typescript-tools

(repo no longer active) Tools related to the TypeScript language
Apache License 2.0
266 stars 29 forks source link

add configuration support #44

Closed clausreinke closed 9 years ago

clausreinke commented 9 years ago

So far, we've got a fixed configuration built-in (mostly the default config, with target set to ES5). There is also a hack to support loading different lib.d.ts files. In the future, we should try to support configuration in more standard ways, perhaps via startup flags, more likely via the new .tsconfig files. Related issues: #41 #43.

clausreinke commented 9 years ago

For tsconfig.json, follow Microsoft/TypeScript#1667 and Microsoft/TypeScript#1692