2018-05-12 18:48:12 +00:00
|
|
|
{
|
2020-10-01 15:21:22 +00:00
|
|
|
"compileOnSave": false,
|
|
|
|
"compilerOptions": {
|
|
|
|
"baseUrl": "./",
|
|
|
|
"outDir": "../brewman/static",
|
|
|
|
"sourceMap": true,
|
|
|
|
"declaration": false,
|
|
|
|
"module": "es2020",
|
|
|
|
"moduleResolution": "node",
|
|
|
|
"emitDecoratorMetadata": true,
|
|
|
|
"experimentalDecorators": true,
|
|
|
|
"target": "es2015",
|
|
|
|
"typeRoots": [
|
|
|
|
"node_modules/@types"
|
|
|
|
],
|
|
|
|
"lib": [
|
|
|
|
"es2018",
|
|
|
|
"dom"
|
|
|
|
]
|
|
|
|
}
|
|
|
|
}
|