Add extremely alpha typings for http-proxy-middleware

This commit is contained in:
Zebulon McCorkle
2017-06-27 19:07:05 -04:00
parent 56c3605c2f
commit 686775b8d6
3 changed files with 112 additions and 0 deletions

View File

@@ -0,0 +1,22 @@
{
"compilerOptions": {
"module": "commonjs",
"lib": [
"es6"
],
"noImplicitAny": true,
"noImplicitThis": true,
"strictNullChecks": true,
"baseUrl": "../",
"typeRoots": [
"../"
],
"types": [],
"noEmit": true,
"forceConsistentCasingInFileNames": true
},
"files": [
"index.d.ts",
"http-proxy-middleware-tests.ts"
]
}