Inline repo
This commit is contained in:
@ -6,7 +6,7 @@
|
||||
"esModuleInterop": true,
|
||||
"experimentalDecorators": true,
|
||||
"jsx": "react-jsx",
|
||||
"module": "commonjs",
|
||||
"module": "esnext",
|
||||
"moduleResolution": "node",
|
||||
"noEmit": true,
|
||||
"noImplicitOverride": true,
|
||||
@ -15,6 +15,7 @@
|
||||
"resolveJsonModule": true,
|
||||
"strict": true,
|
||||
"stripInternal": true,
|
||||
"skipLibCheck": true,
|
||||
"target": "esnext",
|
||||
"useUnknownInCatchVariables": false
|
||||
}
|
||||
|
Reference in New Issue
Block a user