2017-05-06 07:27:17 -04:00
|
|
|
{
|
|
|
|
"compilerOptions": {
|
|
|
|
"target": "es5",
|
|
|
|
"forceConsistentCasingInFileNames": true,
|
|
|
|
"module": "commonjs",
|
|
|
|
"jsx": "react",
|
|
|
|
"declaration": true,
|
|
|
|
"sourceMap": true,
|
2017-07-21 14:00:52 -04:00
|
|
|
"experimentalDecorators": true,
|
2018-03-08 19:34:13 -05:00
|
|
|
"skipLibCheck": true,
|
|
|
|
"typeRoots": [
|
|
|
|
"./node_modules/@types",
|
|
|
|
"./node_modules/@microsoft"
|
|
|
|
],
|
2017-05-06 07:27:17 -04:00
|
|
|
"types": [
|
|
|
|
"es6-promise",
|
|
|
|
"webpack-env"
|
2018-03-08 19:34:13 -05:00
|
|
|
],
|
|
|
|
"lib": [
|
|
|
|
"es5",
|
|
|
|
"dom",
|
|
|
|
"es2015.collection"
|
2017-05-06 07:27:17 -04:00
|
|
|
]
|
|
|
|
}
|
|
|
|
}
|