Skip to content

Commit

Permalink
chore: cleanup
Browse files Browse the repository at this point in the history
  • Loading branch information
brandonroberts committed Aug 10, 2023
1 parent c5067c6 commit 74d58a4
Show file tree
Hide file tree
Showing 3 changed files with 1 addition and 3 deletions.
2 changes: 1 addition & 1 deletion apps/analog-app-e2e-cypress/cypress.config.ts
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
import { defineConfig } from 'cypress';
import { nxE2EPreset } from '@nx/cypress/plugins/cypress-preset.js';
import { nxE2EPreset } from '@nx/cypress/plugins/cypress-preset';

const cypressJsonConfig = {
fileServerFolder: '.',
Expand Down
1 change: 0 additions & 1 deletion packages/platform/tsconfig.lib.json
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,6 @@
"inlineSourceMap": true,
"sourceMap": false,
"declaration": true,
"esModuleInterop": false,
"types": [],
"paths": {
"@analogjs/vite-plugin-angular": [
Expand Down
1 change: 0 additions & 1 deletion tsconfig.base.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,6 @@
"moduleResolution": "node",
"emitDecoratorMetadata": true,
"experimentalDecorators": true,
"esModuleInterop": true,
"importHelpers": true,
"target": "es2015",
"module": "esnext",
Expand Down

0 comments on commit 74d58a4

Please sign in to comment.