delete package versions action v1

This commit is contained in:
Trent Jones
2020-02-29 12:56:23 -06:00
parent 91c0d1036c
commit 4e192c30d8
19 changed files with 38087 additions and 336 deletions

View File

@@ -8,5 +8,5 @@
"noImplicitAny": true, /* Raise error on expressions and declarations with an implied 'any' type. */
"esModuleInterop": true /* Enables emit interoperability between CommonJS and ES Modules via creation of namespace objects for all imports. Implies 'allowSyntheticDefaultImports'. */
},
"exclude": ["node_modules", "**/*.test.ts"]
"exclude": ["node_modules", "__tests__"]
}