Skip to content

Commit

Permalink
tsconfig.json updated
Browse files Browse the repository at this point in the history
  • Loading branch information
ralfaron committed Oct 5, 2023
1 parent fe30f65 commit bf7e6f6
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 4 deletions.
2 changes: 0 additions & 2 deletions projects/aas-server/src/app/app.ts
Original file line number Diff line number Diff line change
Expand Up @@ -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';
Expand Down
4 changes: 2 additions & 2 deletions projects/aas-server/tsconfig.json
Original file line number Diff line number Diff line change
Expand Up @@ -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,
Expand Down

0 comments on commit bf7e6f6

Please sign in to comment.