This commit is contained in:
Joseph Garrone 2020-05-27 22:27:30 +02:00
parent 8cbc468ac8
commit 8535b19da9
2 changed files with 2 additions and 2 deletions

View file

@ -14,5 +14,5 @@
"downlevelIteration": true
},
"filesGlob": ["src/**/*"],
"exclude": ["node_modules", "dist/**/*", "deno_dist/**/*", "mod.ts"]
"exclude": ["node_modules", "dist/**/*"]
}