Minor fix

This commit is contained in:
Paulo Gustavo Veiga 2021-02-16 08:35:26 -08:00
parent d8bdcef54a
commit 54e69cab16

View File

@ -9,5 +9,5 @@
"allowJs": true,
"esModuleInterop": true
},
"exclude": ["node_modues"]
"exclude": ["node_modules"]
}