Merge branch 'master' into reorganise-row-tests-3

This commit is contained in:
Sam Rose 2024-03-20 16:57:40 +00:00 committed by GitHub
commit 1d63ec4a46
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 2 additions and 0 deletions

View File

@ -1,6 +1,8 @@
{
"extends": "./tsconfig.build.json",
"compilerOptions": {
"baseUrl": "..",
"rootDir": "src",
"composite": true,
"types": ["node", "jest"]
},