Reimplement as a tokenizer with GFM parity
This commit is contained in:
+1
-1
@@ -11,7 +11,7 @@ module.exports = {
|
||||
'^.+\\.tsx?$': ['ts-jest', {
|
||||
tsconfig: {
|
||||
strict: true,
|
||||
target: 'ES2017',
|
||||
target: 'ES2018',
|
||||
module: 'CommonJS',
|
||||
moduleResolution: 'node',
|
||||
esModuleInterop: true,
|
||||
|
||||
Reference in New Issue
Block a user