Skip to content

Commit

Permalink
fix: removal of references to the original src
Browse files Browse the repository at this point in the history
  • Loading branch information
satanTime committed Apr 10, 2020
1 parent 49fc397 commit cb1d7c9
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 6 deletions.
2 changes: 1 addition & 1 deletion e2e/angular8/tsconfig.app.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
"outDir": "./out-tsc/app",
"types": []
},
"files": ["src/main.ts", "src/polyfills.ts", "../../src/index.ts"],
"files": ["src/main.ts", "src/polyfills.ts"],
"include": ["src/**/*.ts"],
"exclude": ["src/test.ts", "src/**/*.spec.ts"]
}
2 changes: 1 addition & 1 deletion e2e/angular9/tsconfig.app.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
"outDir": "./out-tsc/app",
"types": []
},
"files": ["src/main.ts", "src/polyfills.ts", "../../src/index.ts"],
"files": ["src/main.ts", "src/polyfills.ts"],
"include": ["src/**/*.ts"],
"exclude": ["src/test.ts", "src/**/*.spec.ts"]
}
5 changes: 1 addition & 4 deletions e2e/angular9/tsconfig.json
Original file line number Diff line number Diff line change
Expand Up @@ -12,10 +12,7 @@
"importHelpers": true,
"target": "es2015",
"typeRoots": ["node_modules/@types"],
"lib": ["es2018", "dom"],
"paths": {
"ngrx-entity-relationship": ["../../src"]
}
"lib": ["es2018", "dom"]
},
"angularCompilerOptions": {
"fullTemplateTypeCheck": true,
Expand Down

0 comments on commit cb1d7c9

Please sign in to comment.