2017-10-17 22:10:43 -05:00
|
|
|
{
|
|
|
|
|
"compilerOptions": {
|
|
|
|
|
"module": "commonjs",
|
|
|
|
|
"target": "es6",
|
2018-12-11 21:30:10 +01:00
|
|
|
"strict": true,
|
2017-10-17 22:10:43 -05:00
|
|
|
"noEmit": true,
|
2018-12-11 21:30:10 +01:00
|
|
|
"allowJs": true,
|
|
|
|
|
"esModuleInterop": true
|
2017-10-17 22:10:43 -05:00
|
|
|
}
|
|
|
|
|
}
|