FazBrowse GitHub Viewer
|
Trending
|
URL:
|
Home
Tools:
[Download Repo ZIP]
[View Raw Code]
[Original HTTPS Page]
adapt_framework/jsconfig.json at master · adaptlearning/adapt_framework · GitHub
adaptlearning
/
adapt_framework
Public
Notifications
You must be signed in to change notification settings
Fork
251
Star
629
Code
Issues
34
Pull requests
17
Actions
Projects
Wiki
Security and quality
0
Insights
Additional navigation options
Code
Issues
Pull requests
Actions
Projects
Wiki
Security and quality
Insights
Expand file tree
Breadcrumbs
adapt_framework
/
jsconfig.json
Copy path
More file actions
More file actions
Latest commit
History
History
History
19 lines (19 loc) · 358 Bytes
Breadcrumbs
adapt_framework
/
jsconfig.json
Copy path
File metadata and controls
19 lines (19 loc) · 358 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
{
"include"
: [
"
src/core/js/**/*.js
"
,
"
src/core/js/**/*.jsx
"
,
"
src/core/templates/**/*.jsx
"
,
"
src/*/*/js/**/*.js
"
,
"
src/*/*/js/**/*.jsx
"
,
"
src/*/*/templates/**/*.jsx
"
],
"compilerOptions"
: {
"module"
:
"
amd
"
,
"target"
:
"
es2022
"
,
"baseUrl"
:
"
src/
"
},
"exclude"
: [
"
node_modules
"
,
"
**/node_modules/*
"
]
}
Back
|
FazBrowse Home
|
New Git URL