Skip to content

Commit

Permalink
Exclude test resources
Browse files Browse the repository at this point in the history
  • Loading branch information
nklomp committed Oct 6, 2021
1 parent 86e6d5c commit cadd071
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 1 deletion.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
"keywords": ["SSI", "Presentation Exchange", "Verifiable Credentials", "Verifiable Presentations", "DIF"],
"scripts": {
"build": "run-p build:*",
"build:main": "tsc -p tsconfig.json",
"build:main": "tsc -p tsconfig.main.json",
"build:browser": "tsc -p tsconfig.browser.json",
"build:module": "tsc -p tsconfig.module.json",
"fix": "run-s fix:*",
Expand Down
7 changes: 7 additions & 0 deletions tsconfig.main.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
{
"extends": "./tsconfig",
"exclude": [
"test/**",
"node_modules/**"
]
}
1 change: 1 addition & 0 deletions tsconfig.module.json
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,7 @@
"module": "esnext"
},
"exclude": [
"test/**",
"node_modules/**"
]
}

0 comments on commit cadd071

Please sign in to comment.