diff --git a/tsconfig.json b/tsconfig.json index f25cb6d..fe09dab 100644 --- a/tsconfig.json +++ b/tsconfig.json @@ -5,16 +5,7 @@ "noEmit": true, "moduleResolution": "bundler", "rootDir": ".", - "types": [ - "node", - "mocha", - "chai" - ] + "types": ["node", "mocha", "chai"] }, - "include": [ - "lib", - "@types", - "index.ts", - "test" - ] + "include": ["lib", "@types", "index.ts", "test"] }