update tsconfig

This commit is contained in:
ejahnGithub 2024-02-23 12:38:21 -08:00
parent fdf1b262fc
commit 39adacfb07

View File

@ -5,5 +5,8 @@
"noEmit": true "noEmit": true
}, },
"include": ["../../__tests__/**/*", "../../src/**/*"], "include": ["../../__tests__/**/*", "../../src/**/*"],
"exclude": ["../../dist", "../../node_modules", "../../coverage", "*.json"] "exclude": ["../../dist", "../../node_modules", "../../coverage", "*.json"],
"references": [
{ "path": "./packages/attest" }
]
} }