make separate tsconfig for landing server (#525)

This commit is contained in:
Brendan Allan 2023-01-16 17:18:20 -08:00 committed by GitHub
parent 31b5c4b1db
commit a53b162f4b
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -0,0 +1,9 @@
{
"compilerOptions": {
"esModuleInterop": true
},
"ts-node": {
"transpileOnly": true,
"compilerOptions": {}
}
}