2017-02-03 10:55:11 -05:00
|
|
|
{
|
|
|
|
"compilerOptions": {
|
|
|
|
"target": "es5",
|
|
|
|
"forceConsistentCasingInFileNames": true,
|
|
|
|
"module": "commonjs",
|
|
|
|
"declaration": true,
|
|
|
|
"sourceMap": true,
|
|
|
|
"experimentalDecorators": true,
|
|
|
|
"types": [
|
2017-12-01 09:43:13 -05:00
|
|
|
"es6-promise",
|
2017-02-03 10:55:11 -05:00
|
|
|
"webpack-env"
|
2018-01-20 09:00:45 -05:00
|
|
|
],
|
|
|
|
"lib": [
|
|
|
|
"es5",
|
|
|
|
"dom",
|
|
|
|
"es2015.collection"
|
2017-02-03 10:55:11 -05:00
|
|
|
]
|
|
|
|
}
|
2017-12-01 09:43:13 -05:00
|
|
|
}
|