From bf7e6f6456939428d8f13d2079f6ac199f3a96e9 Mon Sep 17 00:00:00 2001 From: Ralf Aron Date: Thu, 5 Oct 2023 14:13:03 +0200 Subject: [PATCH] tsconfig.json updated --- projects/aas-server/src/app/app.ts | 2 -- projects/aas-server/tsconfig.json | 4 ++-- 2 files changed, 2 insertions(+), 4 deletions(-) diff --git a/projects/aas-server/src/app/app.ts b/projects/aas-server/src/app/app.ts index 8e0fbf67..9e4ab22a 100644 --- a/projects/aas-server/src/app/app.ts +++ b/projects/aas-server/src/app/app.ts @@ -15,8 +15,6 @@ import swaggerUi, { JsonObject } from 'swagger-ui-express'; import { ApplicationError } from 'common'; import { ValidateError } from 'tsoa'; -// eslint-disable-next-line @typescript-eslint/ban-ts-comment -// @ts-ignore import swaggerDoc from './swagger.json' assert {type: 'json'}; import { RegisterRoutes } from './routes/routes.js'; import { ERRORS } from './errors.js'; diff --git a/projects/aas-server/tsconfig.json b/projects/aas-server/tsconfig.json index 9caeb7db..9030d224 100644 --- a/projects/aas-server/tsconfig.json +++ b/projects/aas-server/tsconfig.json @@ -3,9 +3,9 @@ "compileOnSave": false, "compilerOptions": { "outDir": "./build", - "module": "ES2022", + "module": "NodeNext", "target": "ES2022", - "moduleResolution": "nodenext", + "moduleResolution": "NodeNext", "strict": true, "noImplicitAny": true, "esModuleInterop": true,