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": { "compilerOptions": {
"target": "ES6", "target": "ES6",
"module": "commonjs" "module": "commonjs"
}, },
"exclude": [ "exclude": [
"node_modules", "node_modules",
"__tests__" "test"
] ]
} }