DefinitelyTyped/dotenv/tsconfig.json
Borek Bernard 562df78122 Fix return type of config(), add documentation (#12347)
* Fixed return type of `config()`, doc comments added

* Returned the original author name
2016-11-03 09:04:34 +09:00

20 lines
397 B
JSON

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