Skip to content

Commit

Permalink
Merge pull request #155 from mfogel/feat/typescript-project-references
Browse files Browse the repository at this point in the history
Feature: support typescript project references
  • Loading branch information
jayair committed Nov 22, 2020
2 parents 44455f5 + 57eff58 commit 37451e3
Show file tree
Hide file tree
Showing 15 changed files with 248 additions and 112 deletions.
4 changes: 4 additions & 0 deletions .gitignore
Expand Up @@ -39,6 +39,10 @@ jspm_packages/
# TypeScript v1 declaration files
typings/

# TypeScript incremental build products
dist/
tsconfig.tsbuildinfo

# Optional npm cache directory
.npm

Expand Down
241 changes: 135 additions & 106 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 2 additions & 2 deletions package.json
Expand Up @@ -50,7 +50,7 @@
"eslint": "^7.12.0",
"eslint-config-strongloop": "^2.1.0",
"eslint-loader": "^4.0.2",
"fork-ts-checker-webpack-plugin": "^4.0.1",
"fork-ts-checker-webpack-plugin": "^6.0.1",
"graphql": "^14.6.0",
"graphql-tag": "^2.10.3",
"hard-source-webpack-plugin": "^0.13.1",
Expand All @@ -67,7 +67,7 @@
"serverless-webpack": "^5.3.1",
"source-map-support": "^0.4.18",
"ts-jest": "^26.4.1",
"ts-loader": "^6.2.1",
"ts-loader": "^8.0.11",
"tsconfig-paths-webpack-plugin": "^3.2.0",
"typescript": "^4.0.2",
"webpack": "^4.44.1",
Expand Down

0 comments on commit 37451e3

Please sign in to comment.