Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
N
nexpie-grafana-theme
Overview
Overview
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Registry
Registry
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
Kornkitt Poolsup
nexpie-grafana-theme
Commits
ceadced6
Commit
ceadced6
authored
Aug 30, 2018
by
Torkel Ödegaard
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
tsconfig: format file
parent
c960af09
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
7 additions
and
17 deletions
+7
-17
tsconfig.json
+7
-17
No files found.
tsconfig.json
View file @
ceadced6
...
...
@@ -3,10 +3,7 @@
"moduleResolution"
:
"node"
,
"outDir"
:
"public/dist"
,
"target"
:
"es5"
,
"lib"
:
[
"es6"
,
"dom"
],
"lib"
:
[
"es6"
,
"dom"
],
"rootDir"
:
"public/"
,
"jsx"
:
"react"
,
"module"
:
"esnext"
,
...
...
@@ -14,9 +11,9 @@
"allowSyntheticDefaultImports"
:
true
,
"esModuleInterop"
:
true
,
"forceConsistentCasingInFileNames"
:
true
,
"importHelpers"
:
true
,
//
importing
helper
functions
from
tslib
"noEmitHelpers"
:
true
,
//
disable
emitting
inline
helper
functions
"removeComments"
:
false
,
//
comments
are
needed
by
angular
injections
"importHelpers"
:
true
,
"noEmitHelpers"
:
true
,
"removeComments"
:
false
,
"inlineSourceMap"
:
false
,
"sourceMap"
:
true
,
"noEmitOnError"
:
false
,
...
...
@@ -30,14 +27,8 @@
"baseUrl"
:
"public"
,
"pretty"
:
true
,
"paths"
:
{
"app"
:
[
"app"
]
"app"
:
[
"app"
]
}
},
"include"
:
[
"public/app/**/*.ts"
,
"public/app/**/*.tsx"
,
"public/test/**/*.ts"
]
}
\ No newline at end of file
"include"
:
[
"public/app/**/*.ts"
,
"public/app/**/*.tsx"
,
"public/test/**/*.ts"
]
}
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a 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