remove unused ts plugin

This commit is contained in:
Cory LaViska
2022-03-28 09:03:19 -04:00
parent 756b86a416
commit 6f2ded4ce8

View File

@@ -26,15 +26,6 @@
"skipLibCheck": true,
"forceConsistentCasingInFileNames": true,
"useUnknownInCatchVariables": true,
"plugins": [
{
"transform": "typescript-transform-paths"
},
{
"transform": "typescript-transform-paths",
"afterDeclarations": true
}
],
"baseUrl": "."
},
"include": [