1
0
Fork 0

revert root tsconfig.json

pull/1486/head
Bethany 2023-08-07 08:48:15 -07:00
parent efcab31d38
commit c608703ecf
1 changed files with 2 additions and 2 deletions

View File

@ -4,7 +4,7 @@
"module": "commonjs",
"strict": true,
"declaration": true,
"target": "es2020",
"target": "es6",
"sourceMap": true,
"noImplicitAny": false,
"baseUrl": "./",
@ -22,4 +22,4 @@
"**/*.test.ts",
"**/__mocks__/*"
]
}
}