2017-02-09 11:36:58 +00:00
|
|
|
{
|
2017-11-13 12:59:00 +00:00
|
|
|
"compilerOptions": {
|
2018-02-06 16:06:48 +00:00
|
|
|
"target": "esnext",
|
|
|
|
"module": "esnext",
|
2018-02-18 11:42:22 +00:00
|
|
|
"jsx": "preserve",
|
2018-09-26 07:58:36 +00:00
|
|
|
"lib": ["dom", "es2017"],
|
2018-02-06 16:06:48 +00:00
|
|
|
"moduleResolution": "node",
|
2018-09-26 07:58:36 +00:00
|
|
|
"allowJs": true,
|
|
|
|
"noEmit": true,
|
2018-02-06 16:06:48 +00:00
|
|
|
"allowSyntheticDefaultImports": true,
|
2018-09-26 07:58:36 +00:00
|
|
|
"skipLibCheck": true,
|
2018-02-06 16:06:48 +00:00
|
|
|
"noUnusedLocals": true,
|
|
|
|
"noUnusedParameters": true,
|
|
|
|
"removeComments": false,
|
|
|
|
"preserveConstEnums": true,
|
2018-09-26 07:58:36 +00:00
|
|
|
"sourceMap": true
|
2017-11-13 12:59:00 +00:00
|
|
|
}
|
2018-09-26 07:58:36 +00:00
|
|
|
}
|