Migrate logging.js (#6)

* Rename js to ts

* Format code

* Fix all tsc errors
This commit is contained in:
Chenlei Hu
2024-06-14 13:22:09 -04:00
committed by GitHub
parent 2595d12a84
commit cefa452c3b
4 changed files with 31 additions and 21 deletions

View File

@@ -1,9 +1,9 @@
{
"compilerOptions": {
"target": "ES2020",
"target": "ES2021",
"useDefineForClassFields": true,
"module": "ESNext",
"lib": ["ES2020", "DOM", "DOM.Iterable"],
"lib": ["ES2021", "DOM", "DOM.Iterable"],
"skipLibCheck": true,
"sourceMap": true,
"esModuleInterop": true,