Top "Tsconfig" questions

tsconfig.

Exclude modules from ng-build in Angular CLI... not working

I have an Angular CLI project with two apps in it. Both apps are the same, but one app includes …

angular typescript angular-cli angular5 tsconfig
integrating aws-sdk to angular2 gives "Cannot find module 'stream'"

I tried these error TS2304: Cannot find name 'Buffer', https://github.com/aws/aws-sdk-js/issues/994 and Using aws-sdk with angular2 …

angular amazon-web-services typescript typescript-typings tsconfig
Configure local typescript compiler inside package.json

EDIT #1: seems like I have a working configuration, all suggestions to improve this are welcome though. See answer: https://stackoverflow.…

node.js typescript npm visual-studio-code tsconfig
Suppressing certain errors e.g. TS7017 in tsconfig.json

Is it possible, if yes, how? I want to achieve something like (e.g., in the compilerOptions in tsconfig.json): // …

typescript compiler-errors compiler-options tsconfig
How to have absolute import paths in a library project?

I have a library with a workspace containing two projects, one for the library itself and one for a test …

angular typescript tsconfig angular-library tsconfig-paths
How to get tsc to Resolve Absolute Paths when Importing Modules using baseUrl?

Consider a simple typescript project with the following directory structure: | package.json | tsconfig.json | \---src | app.ts | \---foobar Foo.ts …

typescript typescript2.0 tsc tsconfig
error TS1056: Accessors are only available when targeting ECMAScript 5 in gulp-typescript

I'm coming up with an this error message while transcompiling TS to JS using gulp-typescript. I'm attempting to use an …

typescript ecmascript-5 tsconfig gulp-typescript
Environment specific tsconfig.json

Is there a way how to set tsconfig.json environmentally specific such as tsconfig.prod.json and tsconfig.dev.json? …

typescript environment tsconfig