Comparing version 4.0.0-beta.7 to 4.0.0-beta.8
import * as tsc from 'typescript'; | ||
import { LoadOptions } from '../../load.interfaces'; | ||
export declare const getConfig: (options: Partial<LoadOptions>) => { | ||
import { LoadCompileOptions } from '../../load.interfaces'; | ||
export declare const getConfig: (options: LoadCompileOptions) => { | ||
compilerOptions: tsc.CompilerOptions; | ||
@@ -9,2 +9,2 @@ } & { | ||
}; | ||
} & Partial<LoadOptions>; | ||
} & LoadCompileOptions; |
@@ -1,3 +0,3 @@ | ||
import { LoadOptions } from '../../load.interfaces'; | ||
export declare const getConfig: (options: Partial<LoadOptions>) => { | ||
import { LoadTranspileOptions } from '../../load.interfaces'; | ||
export declare const getConfig: (options: LoadTranspileOptions) => { | ||
cache: { | ||
@@ -7,2 +7,2 @@ dir: string; | ||
transpileOptions: import("typescript").TranspileOptions; | ||
} & Partial<LoadOptions>; | ||
}; |
@@ -17,3 +17,3 @@ "use strict"; | ||
} | ||
const transpileOptions = (0, options_defaults_1.defaults)(defaultTranspileOptions, options); | ||
const transpileOptions = (0, options_defaults_1.defaults)(defaultTranspileOptions, options.transpileOptions); | ||
return transpileOptions; | ||
@@ -20,0 +20,0 @@ }; |
{ | ||
"name": "ts-import", | ||
"version": "4.0.0-beta.7", | ||
"version": "4.0.0-beta.8", | ||
"description": "Import (compile and cache on the fly) TypeScript files dynamically with ease.", | ||
@@ -5,0 +5,0 @@ "license": "MIT", |
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
69598