DefinitelyTyped/types/mkcert/tsconfig.json
Sachin A 4da4730d44 mkcert npm package typings (#33819)
* mkcert package typings

* Fixed linting errors

* Fixed tests
2019-03-12 14:12:54 -07:00

24 lines
487 B
JSON

{
"compilerOptions": {
"module": "commonjs",
"lib": [
"es6"
],
"noImplicitAny": true,
"noImplicitThis": true,
"strictNullChecks": true,
"strictFunctionTypes": true,
"baseUrl": "../",
"typeRoots": [
"../"
],
"types": [],
"noEmit": true,
"forceConsistentCasingInFileNames": true
},
"files": [
"index.d.ts",
"mkcert-tests.ts"
]
}