mirror of
https://github.com/emberjs/ember.js.git
synced 2026-03-31 05:42:47 +00:00
This lets each config specify *only* how it actually does a build (or not!), while sharing the config explicitly. It also fixes an existing bug in the compilation settings which was not affecting *normal* TS compilation with `tsc`, but was generating noise in the `broccoli-typescript-compiler` pipeline because the packages happened to be resolved in a different order such that the `loader` "package" definition, and its declaration of the `require` module, was not present in the graph. Set it explicitly in `compilerOptiosn.paths` to fix that.
6 lines
204 B
Plaintext
6 lines
204 B
Plaintext
# Set the default behavior, in case people don't have core.autocrlf set.
|
|
* text=auto
|
|
|
|
# Tell GH to render all tsconfigs in the tsconfig dir correctly.
|
|
tsconfig/*.json linguist-language=JSON-with-Comments
|