Browse Source

disable strict mode

pull/15750/head
muhammedaltug 3 years ago
parent
commit
8075449539
  1. 2
      npm/ng-packs/tsconfig.base.json

2
npm/ng-packs/tsconfig.base.json

@ -1,7 +1,7 @@
{
"compileOnSave": false,
"compilerOptions": {
"strict": true,
"strict": false,
"sourceMap": true,
"declaration": false,
"moduleResolution": "node",

Loading…
Cancel
Save