Skip to content

Conversation

hibanka
Copy link
Contributor

@hibanka hibanka commented Mar 6, 2023

Fix TypeScript (v4.9.5) error

tsconfig.json:

  "compilerOptions": {
    "target": "es2022",
    "module": "commonjs",
    "moduleResolution": "node",
    "newLine": "lf",
    "strict": true,
    "strictPropertyInitialization": false,
    "strictNullChecks": true,
    "forceConsistentCasingInFileNames": true,
    "allowSyntheticDefaultImports": true,
    "esModuleInterop": true,
    "resolveJsonModule": true,
    "emitDecoratorMetadata": true,
    "experimentalDecorators": true,
    "removeComments": true
  }

build error:
image

@dev-embedthis
Copy link
Contributor

Thank you.

@dev-embedthis dev-embedthis merged commit d5a04fd into sensedeep:main Mar 7, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants