Skip to content

Commit

Permalink
fix: all tsconfig.json updated
Browse files Browse the repository at this point in the history
  • Loading branch information
ralfaron committed Dec 4, 2024
1 parent a4c3ee5 commit f343e55
Show file tree
Hide file tree
Showing 6 changed files with 8 additions and 3 deletions.
2 changes: 2 additions & 0 deletions projects/aas-core/tsconfig.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,8 @@
"emitDecoratorMetadata": true,
"alwaysStrict": true,
"useUnknownInCatchVariables": false,
"moduleResolution": "bundler",
"module": "ES2022",
"lib": [
"ES2022"
]
Expand Down
2 changes: 2 additions & 0 deletions projects/aas-lib/tsconfig.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,8 @@
"noFallthroughCasesInSwitch": true,
"declaration": false,
"importHelpers": true,
"moduleResolution": "bundler",
"module": "ES2022",
"lib": [
"ES2022",
"dom"
Expand Down
2 changes: 2 additions & 0 deletions projects/aas-portal/tsconfig.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,8 @@
"noFallthroughCasesInSwitch": true,
"declaration": false,
"importHelpers": true,
"moduleResolution": "bundler",
"module": "ES2022",
"lib": [
"ES2022",
"dom"
Expand Down
1 change: 0 additions & 1 deletion projects/aas-server/jest.config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,6 @@ const config: Config = {
'ts-jest',
{
useESM: true,
tsconfig: '<rootDir>/tsconfig.json',
babelConfig: {
plugins: ['@babel/plugin-syntax-import-attributes'],
},
Expand Down
2 changes: 2 additions & 0 deletions projects/fhg-jest/tsconfig.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,8 @@
"emitDecoratorMetadata": true,
"alwaysStrict": true,
"useUnknownInCatchVariables": false,
"moduleResolution": "bundler",
"module": "ES2022",
"lib": [
"ES2022"
]
Expand Down
2 changes: 0 additions & 2 deletions tsconfig.json
Original file line number Diff line number Diff line change
Expand Up @@ -14,8 +14,6 @@
"resolveJsonModule": true,
"allowSyntheticDefaultImports": true,
"esModuleInterop": true,
"moduleResolution": "bundler",
"module": "ES2022"
},
"ts-node": {
"esm": true
Expand Down

0 comments on commit f343e55

Please sign in to comment.