Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
Remi PLANEL
bioviz-js
Commits
611b0b31
Commit
611b0b31
authored
May 24, 2019
by
Remi PLANEL
Browse files
Change the name of typescript outDir
parent
d035f925
Changes
1
Hide whitespace changes
Inline
Side-by-side
tsconfig.json
View file @
611b0b31
{
"include"
:
[
"src/scripts/**/*"
],
"compilerOptions"
:
{
/*
Basic
Options
*/
"target"
:
"es6"
,
/*
Specify
ECMAScript
target
version:
'ES
3
'
(default)
,
'ES
5
'
,
'ES
2015
'
,
'ES
2016
'
,
'ES
2017
'
,
'ES
2018
'
,
'ES
2019
'
or
'ESNEXT'.
*/
...
...
@@ -11,7 +12,7 @@
//
"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"
:
"./
build
"
,
/*
Redirect
output
structure
to
the
directory.
*/
//
"rootDir"
:
"./"
,
/*
Specify
the
root
directory
of
input
files.
Use
to
control
the
output
directory
structure
with
--outDir.
*/
//
"composite"
:
true
,
/*
Enable
project
compilation
*/
//
"incremental"
:
true
,
/*
Enable
incremental
compilation
*/
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment