
This reverts commit fc1a71f69f
.
This time with better handling for base hrefs.
Change-Id: I530b6ff0a4da0546584d0c93bf6e0bb716a9dbc3
18 lines
358 B
JSON
18 lines
358 B
JSON
{
|
|
"compilerOptions": {
|
|
"sourceMap": true,
|
|
"moduleResolution": "node",
|
|
"outDir": "./zuul/web/static/",
|
|
"noImplicitAny": false,
|
|
"target": "es6",
|
|
"lib": [ "es2015", "dom" ],
|
|
"emitDecoratorMetadata": true,
|
|
"experimentalDecorators": true,
|
|
"allowJs": false
|
|
},
|
|
"include": [
|
|
"webpack.config.ts",
|
|
"web/**/*.ts"
|
|
]
|
|
}
|