build: resolve test tsconfig error

This commit is contained in:
EnixCoda 2024-07-16 00:25:30 +08:00
parent 39a2383b8c
commit 2698cbaa6c

View file

@ -3,7 +3,7 @@
"include": ["."],
"exclude": ["tsconfig.json"],
"compilerOptions": {
"target": "ES3",
"target": "ES5",
"module": "CommonJS",
"baseUrl": null
}