fix: set up async profiling tasks (#443)

This commit is contained in:
Fine0830
2024-12-30 15:51:26 +08:00
committed by GitHub
parent c33d6c4180
commit 55b3867bea
11 changed files with 19 additions and 15 deletions

View File

@@ -18,6 +18,7 @@
"extends": "./tsconfig.app.json",
"exclude": [],
"compilerOptions": {
"target": "esnext",
"lib": [],
"types": ["node", "jsdom"]
}