diff --git a/src/processor.ts b/src/processor.ts index f6a5efa..e9000d5 100644 --- a/src/processor.ts +++ b/src/processor.ts @@ -18,6 +18,7 @@ export const findFileDependencies = (fileAbsolutePath: string, fileCodeString: s "typescript", "jsx", "decorators-legacy", + "explicitResourceManagement", ] }) traverse(ast, {