2019-02-04 22:57:55 +00:00
|
|
|
{
|
|
|
|
"compilerOptions": {
|
|
|
|
"esModuleInterop": true,
|
|
|
|
"isolatedModules": true,
|
|
|
|
"lib": ["ES2017"],
|
|
|
|
"module": "CommonJS",
|
|
|
|
"noEmit": true,
|
2019-02-06 22:03:13 +00:00
|
|
|
"noImplicitThis": false,
|
2019-02-04 22:57:55 +00:00
|
|
|
"strict": true,
|
|
|
|
"target": "ES2017"
|
|
|
|
}
|
|
|
|
}
|