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