Skip to content
GitLab
Explore
Sign in
Register
Primary navigation
Search or go to…
Project
S
sfm-js
Manage
Activity
Members
Labels
Plan
Issues
2
Issue boards
Milestones
Iterations
Wiki
Requirements
Code
Merge requests
0
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Locked files
Build
Pipelines
Jobs
Pipeline schedules
Test cases
Artifacts
Deploy
Releases
Package Registry
Container Registry
Model registry
Operate
Environments
Terraform modules
Monitor
Incidents
Service Desk
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Code review analytics
Issue analytics
Insights
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
TransFem.org
sfm-js
Commits
ac9aa7cf
Commit
ac9aa7cf
authored
3 years ago
by
syuilo
Browse files
Options
Downloads
Patches
Plain Diff
Update tsconfig.json
parent
80864d2a
No related branches found
Branches containing commit
No related tags found
Tags containing commit
No related merge requests found
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
tsconfig.json
+13
-19
13 additions, 19 deletions
tsconfig.json
with
13 additions
and
19 deletions
tsconfig.json
+
13
−
19
View file @
ac9aa7cf
{
"compilerOptions"
:
{
/*
Basic
Options
*/
"target"
:
"es2017"
,
/*
Specify
ECMAScript
target
version:
'ES
3
'
(default)
,
'ES
5
'
,
'ES
2015
'
,
'ES
2016
'
,
'ES
2017
'
,
'ES
2018
'
or
'ESNEXT'.
*/
"module"
:
"commonjs"
,
/*
Specify
module
code
generation:
'none'
,
'commonjs'
,
'amd'
,
'system'
,
'umd'
,
'es
2015
'
,
or
'ESNext'.
*/
"declaration"
:
true
,
/*
Generates
corresponding
'.d.ts'
file.
*/
"outDir"
:
"./built/"
,
/*
Redirect
output
structure
to
the
directory.
*/
"rootDir"
:
"./src/"
,
/*
Specify
the
root
directory
of
input
files.
Use
to
control
the
output
directory
structure
with
--outDir.
*/
"removeComments"
:
true
,
/*
Do
not
emit
comments
to
output.
*/
/*
Strict
Type-Checking
Options
*/
"strict"
:
true
,
/*
Enable
all
strict
type-checking
options.
*/
"strictFunctionTypes"
:
true
,
/*
Enable
strict
checking
of
function
types.
*/
/*
Additional
Checks
*/
"noImplicitReturns"
:
true
,
/*
Report
error
when
not
all
code
paths
in
function
return
a
value.
*/
/*
Module
Resolution
Options
*/
"esModuleInterop"
:
true
,
/*
Enables
emit
interoperability
between
CommonJS
and
ES
Modules
via
creation
of
namespace
objects
for
all
imports.
Implies
'allowSyntheticDefaultImports'.
*/
"target"
:
"es2020"
,
"module"
:
"commonjs"
,
"declaration"
:
true
,
"outDir"
:
"./built/"
,
"removeComments"
:
true
,
"strict"
:
true
,
"strictFunctionTypes"
:
true
,
"strictNullChecks"
:
true
,
"experimentalDecorators"
:
true
,
"noImplicitReturns"
:
true
,
"esModuleInterop"
:
true
,
},
"include"
:
[
"src/**/*"
,
],
"exclude"
:
[
"node_modules"
,
"test/**/*"
,
"node_modules"
,
"test/**/*"
,
]
}
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
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!
Save comment
Cancel
Please
register
or
sign in
to comment