Browse Source

fix(ts): revert target changes

pull/6105/head
Kenrick Tandrian 1 month ago
parent
commit
b51f202060
  1. 2
      libs/ui/tsconfig.json

2
libs/ui/tsconfig.json

@ -15,7 +15,7 @@
],
"compilerOptions": {
"moduleResolution": "bundler",
"target": "es2022",
"target": "es2020",
// TODO: Remove once solved in tsconfig.base.json
"strict": false,
"noImplicitReturns": true,

Loading…
Cancel
Save