FazBrowse GitHub Viewer
|
Trending
|
URL:
|
Home
Tools:
[Download Repo ZIP]
[View Raw Code]
[Original HTTPS Page]
angular-split/tsconfig.json at v16.2.1 · angular-split/angular-split · GitHub
Uh oh!
There was an error while loading.
Please reload this page
.
angular-split
/
angular-split
Public
Notifications
You must be signed in to change notification settings
Fork
218
Star
932
Code
Issues
5
Pull requests
2
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-split
/
tsconfig.json
Copy path
More file actions
More file actions
Latest commit
History
History
History
25 lines (25 loc) · 628 Bytes
Breadcrumbs
angular-split
/
tsconfig.json
Copy path
File metadata and controls
25 lines (25 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
{
"compileOnSave"
:
false
,
"compilerOptions"
: {
"baseUrl"
:
"
./
"
,
"importHelpers"
:
true
,
"outDir"
:
"
./dist/out-tsc
"
,
"sourceMap"
:
true
,
"declaration"
:
false
,
"module"
:
"
es2020
"
,
"moduleResolution"
:
"
node
"
,
"emitDecoratorMetadata"
:
true
,
"experimentalDecorators"
:
true
,
"target"
:
"
ES2022
"
,
"typeRoots"
: [
"
node_modules/@types
"
],
"lib"
: [
"
es2018
"
,
"
dom
"
],
"paths"
: {
"angular-split"
: [
"
dist/angular-split
"
],
"angular-split/*"
: [
"
dist/angular-split/*
"
]
},
"useDefineForClassFields"
:
false
},
"angularCompilerOptions"
: {
"strictTemplates"
:
true
}
}
Back
|
FazBrowse Home
|
New Git URL