Skip to content
Snippets Groups Projects
Unverified Commit fbcaebcb authored by Thuc Pham's avatar Thuc Pham Committed by GitHub
Browse files

fix: use modern module resolution for express (#219)

parent b6dd7a9a
No related branches found
No related tags found
No related merge requests found
......@@ -5,7 +5,7 @@
"forceConsistentCasingInFileNames": true,
"strict": true,
"skipLibCheck": true,
"moduleResolution": "node",
"moduleResolution": "bundler",
"paths": {
"@/*": ["./*"]
}
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment