Fix whitespace in tsconfig

This commit is contained in:
jerlendds
2023-10-29 22:50:11 -06:00
parent 89e3fd04a3
commit 49f2bcc85d

View File

@@ -20,7 +20,6 @@
"typeRoots": ["./node_modules/@types", "./src/@types"],
"types": ["jest", "node"]
},
"include": ["src"],
"extends": "./tsconfig.paths.json"
}