fix linter
This commit is contained in:
5
.github/linters/tsconfig.json
vendored
5
.github/linters/tsconfig.json
vendored
@@ -5,5 +5,8 @@
|
||||
"noEmit": true
|
||||
},
|
||||
"include": ["../../__tests__/**/*", "../../src/**/*"],
|
||||
"exclude": ["../../dist", "../../node_modules", "../../coverage", "*.json"]
|
||||
"exclude": ["../../dist", "../../node_modules", "../../coverage", "*.json"],
|
||||
"references": [
|
||||
{ "path": "./packages/attest" }
|
||||
]
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user