chore: fix linting (#751)

This commit is contained in:
Michael Kriese 2023-05-25 09:50:21 +02:00 committed by GitHub
parent 67ba9403a1
commit 7e087b03e0
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
6 changed files with 12 additions and 16 deletions

View file

@ -4,5 +4,6 @@
"allowSyntheticDefaultImports": true,
"allowJs": true,
"outDir": "dist"
}
},
"ts-node": { "transpileOnly": true }
}