mirror of
https://github.com/gosticks/DefinitelyTyped.git
synced 2025-10-16 12:05:41 +00:00
* Updated react-native-dotenv Updated react-native-dotenv * Fixed errors fixed linting error * Added Convert String Added type definitions for convert string * Fixed Errors Fixed linting errors. * Fixed bugs Fixed bugs with incorrect exports. * Fixed test error Fixed error thrown my azure devops. * Updated after code review Updated tsconfig to change noImplicitAny to false. * Updated tsconfig Updated tsconfig. * Added Changess * Removed changes to react-native-dotenv Removed changes from dot-env. * react-native-dotenv This library should not be updated, this is on the wrong branch.
17 lines
429 B
JSON
17 lines
429 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", "convert-string-tests.ts"]
|
|
}
|