FazBrowse GitHub Viewer
|
Trending
|
URL:
|
Home
Tools:
[Download Repo ZIP]
[View Raw Code]
[Original HTTPS Page]
angular-notifier/tsconfig.json at develop · itsdevdom/angular-notifier · GitHub
itsdevdom
/
angular-notifier
Public
Notifications
You must be signed in to change notification settings
Fork
68
Star
245
Code
Issues
31
Pull requests
8
Discussions
Actions
Security and quality
0
Insights
Additional navigation options
Code
Issues
Pull requests
Discussions
Actions
Security and quality
Insights
Expand file tree
Breadcrumbs
angular-notifier
/
tsconfig.json
Copy path
More file actions
More file actions
Latest commit
History
History
History
29 lines (29 loc) · 617 Bytes
Breadcrumbs
angular-notifier
/
tsconfig.json
Copy path
File metadata and controls
29 lines (29 loc) · 617 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
{
"compileOnSave"
:
false
,
"compilerOptions"
: {
"baseUrl"
:
"
./
"
,
"outDir"
:
"
./dist/out-tsc
"
,
"sourceMap"
:
true
,
"declaration"
:
false
,
"downlevelIteration"
:
true
,
"experimentalDecorators"
:
true
,
"module"
:
"
es2020
"
,
"moduleResolution"
:
"
node
"
,
"importHelpers"
:
true
,
"target"
:
"
ES2022
"
,
"lib"
: [
"
es2018
"
,
"
dom
"
],
"paths"
: {
"angular-notifier"
: [
"
dist/angular-notifier
"
]
},
"useDefineForClassFields"
:
false
},
"angularCompilerOptions"
: {
"fullTemplateTypeCheck"
:
true
,
"strictInjectionParameters"
:
true
}
}
Back
|
FazBrowse Home
|
New Git URL