* Add yarn type-check * Rename to yarn typecheck * Fix a collection of type errors * Add typecheck to automated tests * add `dist` to exluded folders tsconfig --------- Co-authored-by: Ansh Nanda <anshnanda10@gmail.com>
4 lines
70 B
JSON
4 lines
70 B
JSON
{
|
|
"extends": "./tsconfig.json",
|
|
"exclude": ["__e2e__", "dist"],
|
|
}
|