Code & Deploy
siGit Code
Git Hosting
Toggle menu
Code
Code Review
Models
Repos
Sign in
Sign in
@samitouri
/
QOS-React-1
QOS-React-1
/
fixtures
/
flight-parcel
/
tsconfig.json
Code
Commits
Issues
Pulls
Sessions
CI/CD
main
main
json
12 lines
254 Bytes
Copy permalink
Copy
Raw
1
{
2
"compilerOptions"
:
{
3
"strict"
:
true
,
4
"jsx"
:
"react-jsx"
,
5
"allowSyntheticDefaultImports"
:
true
,
6
"moduleResolution"
:
"node"
,
7
"module"
:
"esnext"
,
8
"isolatedModules"
:
true
,
9
"esModuleInterop"
:
true
,
10
"target"
:
"es2022"
11
}
12
}