Update dependencies and meta tweaks

This commit is contained in:
Sindre Sorhus 2018-12-26 02:18:40 +01:00
parent 90c7a92ff1
commit 4726b1bfda
4 changed files with 12 additions and 12 deletions

View file

@ -1,8 +1,6 @@
{
"extends": "@sindresorhus/tsconfig",
"compilerOptions": {
"module": "commonjs",
"target": "es6",
"noImplicitAny": true,
"noEmit": true,
"allowJs": true
}