mirror of
https://github.com/angular/angular
synced 2026-05-24 09:28:37 +00:00
The source map does not currently work with the transformer pipeline.
It will be re-enabled after TypeScript 2.4 is made the min version.
To revert to the former compiler, use the `disableTransformerPipeline` in
tsconfig.json:
```
{
"angularCompilerOptions": {
"disableTransformerPipeline": true
}
}
```
|
||
|---|---|---|
| .. | ||
| integrationtest | ||
| src | ||
| test | ||
| testing | ||
| index.ts | ||
| package.json | ||
| public_api.ts | ||
| rollup.config.js | ||
| tsconfig-build.json | ||