679608db65
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 } } ```
15 lines
226 B
JSON
15 lines
226 B
JSON
{
|
|
"open": false,
|
|
"logLevel": "silent",
|
|
"port": 8080,
|
|
"server": {
|
|
"baseDir": "src",
|
|
"routes": {
|
|
"/dist": "dist",
|
|
"/node_modules": "node_modules"
|
|
},
|
|
"middleware": {
|
|
"0": null
|
|
}
|
|
}
|
|
} |