2019-12-14 18:11:00 -05:00
|
|
|
{
|
|
|
|
"compilerOptions": {
|
|
|
|
"alwaysStrict": true,
|
|
|
|
"experimentalDecorators": true,
|
2020-02-15 17:56:38 -05:00
|
|
|
"moduleResolution": "node",
|
2020-05-09 19:25:39 -04:00
|
|
|
"noEmit": true,
|
2019-12-14 18:11:00 -05:00
|
|
|
"strict": true,
|
2020-05-09 19:25:39 -04:00
|
|
|
"target": "es2015"
|
2019-12-14 18:11:00 -05:00
|
|
|
}
|
|
|
|
}
|