Options
All
  • Public
  • Public/Protected
  • All
Menu

Interface AtlPluginOptions

This is the same LoaderConfig interface that awesome-typescript-loader uses, extended with options specific with this plugin.

For more details about the plugin options, please see Awesome Typescript Loader's loader-options documentation

Hierarchy

Index

Properties

Optional babelCore

babelCore: undefined | string

Optional babelOptions

babelOptions: any

Optional cacheDirectory

cacheDirectory: undefined | string

Optional compiler

compiler: undefined | string

Optional compilerOptions

compilerOptions: ts.CompilerOptions

Optional configFileContent

configFileContent: undefined | string

Optional configFileName

configFileName: undefined | string

Optional context

context: undefined | string

Optional debug

debug: undefined | false | true

Optional entryFileIsJs

entryFileIsJs: undefined | false | true

Optional errorsAsWarnings

errorsAsWarnings: undefined | false | true

Optional forceIsolatedModules

forceIsolatedModules: undefined | false | true

Optional getCustomTransformers

getCustomTransformers: string | function

Optional ignoreAliases

ignoreAliases: undefined | false | true
  • Disables the use of ts-transform-paths

Optional ignoreDiagnostics

ignoreDiagnostics: number[]

Optional instance

instance: undefined | string

Optional reportFiles

reportFiles: string[]

Optional silent

silent: undefined | false | true

Optional transpileOnly

transpileOnly: undefined | false | true

Optional useBabel

useBabel: undefined | false | true

Optional useCache

useCache: undefined | false | true

Optional usePrecompiledFiles

usePrecompiledFiles: undefined | false | true

Optional useTranspileModule

useTranspileModule: undefined | false | true