Skip to content
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.

Commit bf6979b

Browse files
committedDec 3, 2021
Updates project to only use tsconfig-paths when running tests and scripts
1 parent d474c21 commit bf6979b

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed
 

‎firebase/package.json

+7
Original file line numberDiff line numberDiff line change
@@ -40,6 +40,13 @@
4040
"#faults/*": "./src/core/dist/faults/*.js",
4141
"#utils/*": "./src/core/dist/utils/*.js"
4242
},
43+
"imports": {
44+
"#presentation/*": "./src/core/dist/presentation/*.js",
45+
"#data/*": "./src/core/dist/data/*.js",
46+
"#domain/*": "./src/core/dist/domain/*.js",
47+
"#faults/*": "./src/core/dist/faults/*.js",
48+
"#utils/*": "./src/core/dist/utils/*.js"
49+
},
4350
"devDependencies": {
4451
"@firebase/rules-unit-testing": "^2.0.x",
4552
"@types/mocha": "^9.0.x",

0 commit comments

Comments
 (0)
Please sign in to comment.