Updated tsconfig.json

This commit is contained in:
Tommy Barnes 2022-01-04 16:08:49 -05:00
parent e0a2ab864e
commit 14934c2339

View file

@ -1,10 +1,10 @@
{
"compilerOptions": {
"target": "ES6",
"module": "commonjs"
"target": "ES6",
"module": "commonjs"
},
"exclude": [
"node_modules",
"__tests__"
"node_modules",
"test"
]
}