FazBrowse GitHub Viewer
|
Trending
|
URL:
|
Home
Tools:
[Download Repo ZIP]
[View Raw Code]
[Original HTTPS Page]
foundry-angular-example/tsconfig.spec.json at main · stelligent/foundry-angular-example · GitHub
Uh oh!
There was an error while loading.
Please reload this page
.
stelligent
/
foundry-angular-example
Public
Notifications
You must be signed in to change notification settings
Fork
0
Star
0
Code
Issues
0
Pull requests
0
Actions
Projects
Security and quality
0
Insights
Additional navigation options
Code
Issues
Pull requests
Actions
Projects
Security and quality
Insights
Expand file tree
Breadcrumbs
foundry-angular-example
/
tsconfig.spec.json
Copy path
More file actions
More file actions
Latest commit
History
History
History
executable file
·
15 lines (15 loc) · 434 Bytes
Breadcrumbs
foundry-angular-example
/
tsconfig.spec.json
Copy path
File metadata and controls
executable file
·
15 lines (15 loc) · 434 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
/* To learn more about Typescript configuration file: https://www.typescriptlang.org/docs/handbook/tsconfig-json.html. */
/* To learn more about Angular compiler options: https://angular.dev/reference/configs/angular-compiler-options. */
{
"extends"
:
"
./tsconfig.json
"
,
"compilerOptions"
: {
"outDir"
:
"
./out-tsc/spec
"
,
"types"
: [
"
jasmine
"
]
},
"include"
: [
"
src/**/*.spec.ts
"
,
"
src/**/*.d.ts
"
]
}
Back
|
FazBrowse Home
|
New Git URL