FazBrowse GitHub Viewer
|
Trending
|
URL:
|
Home
Tools:
[Download Repo ZIP]
[View Raw Code]
[Original HTTPS Page]
angular-cli/scripts/tsconfig.json at main · angular/angular-cli · GitHub
Uh oh!
There was an error while loading.
Please reload this page
.
angular
/
angular-cli
Public
Notifications
You must be signed in to change notification settings
Fork
11.8k
Star
27k
Code
Issues
253
Pull requests
20
Actions
Security and quality
5
Insights
Additional navigation options
Code
Issues
Pull requests
Actions
Security and quality
Insights
Expand file tree
Breadcrumbs
angular-cli
/
scripts
/
tsconfig.json
Copy path
More file actions
More file actions
Latest commit
History
History
History
14 lines (14 loc) · 313 Bytes
Breadcrumbs
angular-cli
/
scripts
/
tsconfig.json
Copy path
File metadata and controls
14 lines (14 loc) · 313 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
{
"extends"
:
"
../tsconfig.json
"
,
"compilerOptions"
: {
"module"
:
"
Node16
"
,
"moduleResolution"
:
"
Node16
"
,
"erasableSyntaxOnly"
:
true
,
"verbatimModuleSyntax"
:
true
,
"rewriteRelativeImportExtensions"
:
true
,
"noEmit"
:
true
,
"types"
: []
},
"include"
: [
"
**/*.mts
"
],
"exclude"
: []
}
Back
|
FazBrowse Home
|
New Git URL