Skip to content

Commit

Permalink
style: fix format issues
Browse files Browse the repository at this point in the history
  • Loading branch information
SaulMoro committed Jan 23, 2024
1 parent e4053c7 commit 2b9a264
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 6 deletions.
4 changes: 2 additions & 2 deletions e2e/tsconfig.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,6 @@
"outDir": "../out-tsc/e2e",
"module": "commonjs",
"target": "es2018",
"types": ["node"]
}
"types": ["node"],
},
}
8 changes: 4 additions & 4 deletions tsconfig.json
Original file line number Diff line number Diff line change
Expand Up @@ -19,15 +19,15 @@
"paths": {
"ngrx-rtk-query": ["projects/ngrx-rtk-query/src/public-api.ts"],
"@app/*": ["src/app/*"],
"@environments/*": ["src/environments/*"]
"@environments/*": ["src/environments/*"],
},
"useDefineForClassFields": false
"useDefineForClassFields": false,
},
"angularCompilerOptions": {
"enableI18nLegacyMessageIdFormat": false,
"strictInjectionParameters": true,
"strictInputAccessModifiers": true,
"strictTemplates": true
"strictTemplates": true,
},
"exclude": ["node_modules", "**/node_modules/*", "tmp"]
"exclude": ["node_modules", "**/node_modules/*", "tmp"],
}

0 comments on commit 2b9a264

Please sign in to comment.