FazBrowse GitHub Viewer
|
Trending
|
URL:
|
Home
Tools:
[Download Repo ZIP]
[View Raw Code]
[Original HTTPS Page]
ngx-sortablejs/tsconfig.app.json at master · SortableJS/ngx-sortablejs · GitHub
SortableJS
/
ngx-sortablejs
Public
Notifications
You must be signed in to change notification settings
Fork
155
Star
470
Code
Issues
67
Pull requests
34
Actions
Projects
Security and quality
0
Insights
Additional navigation options
Code
Issues
Pull requests
Actions
Projects
Security and quality
Insights
Expand file tree
Breadcrumbs
ngx-sortablejs
/
tsconfig.app.json
Copy path
More file actions
More file actions
Latest commit
History
History
History
14 lines (14 loc) · 210 Bytes
Breadcrumbs
ngx-sortablejs
/
tsconfig.app.json
Copy path
File metadata and controls
14 lines (14 loc) · 210 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"
: {
"outDir"
:
"
./out-tsc/app
"
,
"types"
: []
},
"include"
: [
"
src/**/*.ts
"
],
"exclude"
: [
"
src/test.ts
"
,
"
src/**/*.spec.ts
"
]
}
Back
|
FazBrowse Home
|
New Git URL