2017-03-12 08:25:26 -04:00
|
|
|
{
|
2018-02-26 03:01:18 -05:00
|
|
|
"compilerOptions": {
|
|
|
|
"target": "es5",
|
|
|
|
"forceConsistentCasingInFileNames": true,
|
2018-08-21 06:54:26 -04:00
|
|
|
"module": "esnext",
|
2018-02-26 03:01:18 -05:00
|
|
|
"jsx": "react",
|
|
|
|
"declaration": true,
|
|
|
|
"sourceMap": true,
|
|
|
|
"experimentalDecorators": true,
|
|
|
|
"skipLibCheck": true,
|
2018-08-21 06:54:26 -04:00
|
|
|
"moduleResolution": "node",
|
2018-02-26 03:01:18 -05:00
|
|
|
"typeRoots": [
|
|
|
|
"./node_modules/@types",
|
|
|
|
"./node_modules/@microsoft"
|
|
|
|
],
|
|
|
|
"types": [
|
|
|
|
"es6-promise",
|
|
|
|
"webpack-env"
|
|
|
|
],
|
|
|
|
"lib": [
|
|
|
|
"es5",
|
|
|
|
"dom",
|
|
|
|
"es2015.collection"
|
|
|
|
]
|
|
|
|
}
|
|
|
|
}
|