Skip to content

Commit

Permalink
fix format
Browse files Browse the repository at this point in the history
  • Loading branch information
evavirseda committed Dec 26, 2024
1 parent 9ac5497 commit 0a0b467
Show file tree
Hide file tree
Showing 3 changed files with 23 additions and 23 deletions.
22 changes: 11 additions & 11 deletions apps/apps-backend/jest-e2e.json
Original file line number Diff line number Diff line change
@@ -1,13 +1,13 @@
{
"moduleFileExtensions": ["js", "json", "ts"],
"rootDir": "./",
"testRegex": ".e2e-spec.ts$",
"transform": {
"^.+\\.(t|j)s$": "ts-jest"
},
"testEnvironment": "node",
"moduleNameMapper": {
"^src/(.*)$": "<rootDir>/dist/$1",
"^@iota/core/(.*)$": "<rootDir>/dist/core/src/$1"
}
"moduleFileExtensions": ["js", "json", "ts"],
"rootDir": "./",
"testRegex": ".e2e-spec.ts$",
"transform": {
"^.+\\.(t|j)s$": "ts-jest"
},
"testEnvironment": "node",
"moduleNameMapper": {
"^src/(.*)$": "<rootDir>/dist/$1",
"^@iota/core/(.*)$": "<rootDir>/dist/core/src/$1"
}
}
2 changes: 1 addition & 1 deletion apps/apps-backend/tsconfig.json
Original file line number Diff line number Diff line change
Expand Up @@ -20,5 +20,5 @@
"paths": {
"@iota/core/constants/*": ["./../core/src/constants/*"]
}
},
}
}
22 changes: 11 additions & 11 deletions apps/core/tsconfig.json
Original file line number Diff line number Diff line change
@@ -1,13 +1,13 @@
{
"compilerOptions": {
"jsx": "react-jsx",
"module": "ESNext",
"target": "ES2020",
"strict": true,
"esModuleInterop": true,
"moduleResolution": "node",
"skipLibCheck": true
},
"include": ["src"],
"exclude": ["node_modules", "dist"]
"compilerOptions": {
"jsx": "react-jsx",
"module": "ESNext",
"target": "ES2020",
"strict": true,
"esModuleInterop": true,
"moduleResolution": "node",
"skipLibCheck": true
},
"include": ["src"],
"exclude": ["node_modules", "dist"]
}

0 comments on commit 0a0b467

Please sign in to comment.