Leah 87a23bbb3b slightly better tsconfig.json
Should fix an error message in the jest output (which doesn't make the tests fail)
2020-01-06 03:48:32 +01:00

7 lines
74 B
JSON

{
"compilerOptions": {
"baseUrl": "."
},
"files": ["src/index.ts"]
}