FazBrowse GitHub Viewer
|
Trending
|
URL:
|
Home
Tools:
[Download Repo ZIP]
[View Raw Code]
[Original HTTPS Page]
tests-app-ng/tsconfig.json at master · NativeScript/tests-app-ng · GitHub
Uh oh!
There was an error while loading.
Please reload this page
.
NativeScript
/
tests-app-ng
Public
Uh oh!
There was an error while loading.
Please reload this page
.
Notifications
You must be signed in to change notification settings
Fork
1
Star
1
Code
Pull requests
0
Actions
Projects
Security and quality
0
Insights
Additional navigation options
Code
Pull requests
Actions
Projects
Security and quality
Insights
Expand file tree
Breadcrumbs
tests-app-ng
/
tsconfig.json
Copy path
More file actions
More file actions
Latest commit
History
History
History
29 lines (29 loc) · 628 Bytes
Breadcrumbs
tests-app-ng
/
tsconfig.json
Copy path
File metadata and controls
29 lines (29 loc) · 628 Bytes
Raw
Copy raw file
Download raw file
Open symbols panel
Edit and raw actions
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
{
"compilerOptions"
: {
"module"
:
"
commonjs
"
,
"target"
:
"
es5
"
,
"experimentalDecorators"
:
true
,
"emitDecoratorMetadata"
:
true
,
"noEmitHelpers"
:
true
,
"noEmitOnError"
:
true
,
"lib"
: [
"
es6
"
,
"
dom
"
,
"
es2015.iterable
"
],
"baseUrl"
:
"
.
"
,
"paths"
: {
"*"
: [
"
./node_modules/tns-core-modules/*
"
,
"
./node_modules/*
"
],
"~/*"
: [
"
app/*
"
]
}
},
"exclude"
: [
"
node_modules
"
,
"
platforms
"
]
}
Back
|
FazBrowse Home
|
New Git URL