Multiline message-path and concatenation (#88)

This commit is contained in:
Michael Shick 2023-05-04 17:25:26 -04:00 committed by GitHub
parent a0c6c0cbf4
commit 4a541a260f
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
14 changed files with 249 additions and 54 deletions

View file

@ -12,7 +12,7 @@
"removeComments": false,
"preserveConstEnums": true,
"resolveJsonModule": true,
"rootDir": "./src",
"rootDir": "src",
"outDir": "./lib"
},
"exclude": ["node_modules", "**/*.test.ts"]