UNPKG

104 BPlain TextView Raw
1export function getOptionsDefaults()
2{
3 return {
4 compilerOptions:
5 {
6 module: "ES2015",
7 },
8 };
9}