2018-05-12 18:48:12 +00:00
|
|
|
{
|
|
|
|
"compileOnSave": false,
|
|
|
|
"compilerOptions": {
|
|
|
|
"baseUrl": "./",
|
2018-05-25 13:49:00 +00:00
|
|
|
"outDir": "../brewman/static",
|
2018-05-12 18:48:12 +00:00
|
|
|
"sourceMap": true,
|
|
|
|
"declaration": false,
|
2019-06-12 11:55:10 +00:00
|
|
|
"module": "esnext",
|
2018-05-12 18:48:12 +00:00
|
|
|
"moduleResolution": "node",
|
|
|
|
"emitDecoratorMetadata": true,
|
|
|
|
"experimentalDecorators": true,
|
2019-06-12 11:55:10 +00:00
|
|
|
"target": "es2015",
|
2018-05-12 18:48:12 +00:00
|
|
|
"typeRoots": [
|
2018-05-18 08:08:55 +00:00
|
|
|
"node_modules/@types"
|
2018-05-12 18:48:12 +00:00
|
|
|
],
|
|
|
|
"lib": [
|
2018-11-26 03:16:03 +00:00
|
|
|
"es2018",
|
2018-05-12 18:48:12 +00:00
|
|
|
"dom"
|
|
|
|
]
|
|
|
|
}
|
|
|
|
}
|