Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Feature: support typescript project references #155

Merged
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Jump to
Jump to file
Failed to load files.
Diff view
Diff view
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