Browse Source

fix(ts): revert target changes

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

2
libs/ui/tsconfig.json

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

Loading…
Cancel
Save