DefinitelyTyped/types/parse-env-string/tsconfig.json
Piotr Błażejewicz (Peter Blazejewicz) 94b5f9c904
feat(parse-env-string): new definition type (#45697)
- definition file
- tests

https://github.com/watson/parse-env-string#readme

Thanks!
2020-06-24 19:48:00 -04:00

24 lines
497 B
JSON

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