@robobanky/adaptors
Advanced tools
Comparing version 1.4.4 to 1.4.5
{ | ||
"name": "@robobanky/adaptors", | ||
"version": "1.4.4", | ||
"version": "1.4.5", | ||
"main": "dist/index.js", | ||
"types": "src/index.ts", | ||
"license": "MIT", | ||
@@ -6,0 +7,0 @@ "scripts": { |
{ | ||
"compilerOptions": { | ||
"target": "es2018", | ||
"lib": [ | ||
"dom", | ||
"es2018", | ||
"esnext.asynciterable" | ||
], | ||
"lib": ["dom", "es2018", "esnext.asynciterable"], | ||
/* Visit https://aka.ms/tsconfig.json to read more about this file */ | ||
/* Basic Options */ | ||
// "incremental": true, /* Enable incremental compilation */ | ||
"module": "commonjs", /* Specify module code generation: 'none', 'commonjs', 'amd', 'system', 'umd', 'es2015', 'es2020', or 'ESNext'. */ | ||
"module": "commonjs" /* Specify module code generation: 'none', 'commonjs', 'amd', 'system', 'umd', 'es2015', 'es2020', or 'ESNext'. */, | ||
// "lib": [], /* Specify library files to be included in the compilation. */ | ||
@@ -17,7 +13,7 @@ // "allowJs": true, /* Allow javascript files to be compiled. */ | ||
// "jsx": "preserve", /* Specify JSX code generation: 'preserve', 'react-native', or 'react'. */ | ||
// "declaration": true, /* Generates corresponding '.d.ts' file. */ | ||
"declaration": true, | ||
// "declarationMap": true, /* Generates a sourcemap for each corresponding '.d.ts' file. */ | ||
// "sourceMap": true, /* Generates corresponding '.map' file. */ | ||
// "outFile": "./", /* Concatenate and emit output to single file. */ | ||
"outDir": "./dist", /* Redirect output structure to the directory. */ | ||
"outDir": "./dist" /* Redirect output structure to the directory. */, | ||
// "rootDir": "./", /* Specify the root directory of input files. Use to control the output directory structure with --outDir. */ | ||
@@ -32,3 +28,3 @@ // "composite": true, /* Enable project compilation */ | ||
/* Strict Type-Checking Options */ | ||
"strict": true, /* Enable all strict type-checking options. */ | ||
"strict": true /* Enable all strict type-checking options. */, | ||
"strictPropertyInitialization": false, | ||
@@ -56,3 +52,3 @@ // "noImplicitAny": true, /* Raise error on expressions and declarations with an implied 'any' type. */ | ||
// "allowSyntheticDefaultImports": true, /* Allow default imports from modules with no default export. This does not affect code emit, just typechecking. */ | ||
"esModuleInterop": true, /* Enables emit interoperability between CommonJS and ES Modules via creation of namespace objects for all imports. Implies 'allowSyntheticDefaultImports'. */ | ||
"esModuleInterop": true /* Enables emit interoperability between CommonJS and ES Modules via creation of namespace objects for all imports. Implies 'allowSyntheticDefaultImports'. */, | ||
// "preserveSymlinks": true, /* Do not resolve the real path of symlinks. */ | ||
@@ -69,5 +65,5 @@ // "allowUmdGlobalAccess": true, /* Allow accessing UMD globals from modules. */ | ||
/* Advanced Options */ | ||
"skipLibCheck": true, /* Skip type checking of declaration files. */ | ||
"skipLibCheck": true /* Skip type checking of declaration files. */, | ||
"forceConsistentCasingInFileNames": true /* Disallow inconsistently-cased references to the same file. */ | ||
} | ||
} | ||
} |
42656
62
885