compilerconfig.json
compilerconfig.json files
| Type | config[] |
|---|---|
| File match |
compilerconfig.json
|
| Schema URL | https://catalog.lintel.tools/schemas/schemastore/compilerconfig-json/latest.json |
| Source | https://www.schemastore.org/compilerconfig.json |
Validate with Lintel
npx @lintel/lintel check
Type:
config[]
Schema for bundleconfig.json files
Items
object
inputFile
string
required
One or more relative file names to bundle.
format=compiler_relativepath
outputFile
string
required
The relative path to the desired output file name.
minLength=1
includeInProject
boolean
Set to true to include the output file in the project. Doesn't work in some Visual Studio project types like ASP.NET 5 applications.
sourceMap
boolean
DEPRECATED! Use 'options/sourceMap' instead.
Definitions
coffeeScriptOptions
icedCoffeeScriptOptions
babelOptions
inputFile
pattern=\.(jsx|js|es6)$
minify
javascriptMinify
handlebarsOptions
config
object
inputFile
string
required
One or more relative file names to bundle.
format=compiler_relativepath
outputFile
string
required
The relative path to the desired output file name.
minLength=1
includeInProject
boolean
Set to true to include the output file in the project. Doesn't work in some Visual Studio project types like ASP.NET 5 applications.
sourceMap
boolean
DEPRECATED! Use 'options/sourceMap' instead.