fixed compilation errors

This commit is contained in:
Srinath Narayanan 2021-01-13 06:12:37 -08:00
parent c9cea86225
commit aa925d8d54

View File

@ -21,6 +21,6 @@
"noEmit": true,
"types": ["jest"]
},
"include": ["./src/**/*", "test/testExplorer/**/*"],
"include": ["./src/**/*", "./test/testExplorer/TestExplorer.ts"],
"exclude": ["./src/**/__mocks__/**/*"]
}