2019-02-04 22:57:55 +00:00
|
|
|
{
|
|
|
|
"compilerOptions": {
|
2019-05-20 09:48:53 +00:00
|
|
|
"allowJs": true,
|
2019-02-04 22:57:55 +00:00
|
|
|
"esModuleInterop": true,
|
2019-10-25 18:01:38 +00:00
|
|
|
"lib": ["ES2017", "dom"],
|
2019-02-04 22:57:55 +00:00
|
|
|
"module": "CommonJS",
|
|
|
|
"noEmit": true,
|
2019-02-06 22:03:13 +00:00
|
|
|
"noImplicitThis": false,
|
2019-11-11 13:41:40 +00:00
|
|
|
"noImplicitAny": false,
|
2019-02-04 22:57:55 +00:00
|
|
|
"strict": true,
|
2019-02-25 18:38:10 +00:00
|
|
|
"target": "ES2017",
|
|
|
|
"resolveJsonModule": true
|
2019-02-04 22:57:55 +00:00
|
|
|
}
|
|
|
|
}
|