2017-12-14 11:29:54 +00:00
|
|
|
{
|
|
|
|
"compilerOptions": {
|
|
|
|
"module": "commonjs",
|
2019-04-25 17:39:16 +00:00
|
|
|
"target": "es2017",
|
2017-12-14 11:29:54 +00:00
|
|
|
"strict": true,
|
2019-04-25 17:39:16 +00:00
|
|
|
"strictPropertyInitialization": false,
|
2017-12-14 11:29:54 +00:00
|
|
|
"noUnusedLocals": true,
|
|
|
|
"noUnusedParameters": true,
|
|
|
|
"preserveConstEnums": true,
|
|
|
|
"removeComments": true,
|
2019-05-23 00:44:08 +00:00
|
|
|
"resolveJsonModule": true,
|
2019-04-25 17:39:16 +00:00
|
|
|
"sourceMap": true,
|
|
|
|
"skipLibCheck": true,
|
|
|
|
"typeRoots" : [
|
|
|
|
"../node_modules/@types",
|
|
|
|
"../typings"
|
|
|
|
]
|
|
|
|
}
|
2017-12-14 11:29:54 +00:00
|
|
|
}
|