增加adjust web sdk
site-dist-deploy / build-and-deploy (push) Successful in 1m36s

This commit is contained in:
2026-04-02 07:27:16 +03:00
parent 681ad15228
commit d629b360a0
6 changed files with 153 additions and 22 deletions
+5 -1
View File
@@ -10,7 +10,11 @@
"noUnusedParameters": true,
"erasableSyntaxOnly": true,
"noFallthroughCasesInSwitch": true,
"noUncheckedSideEffectImports": true
"noUncheckedSideEffectImports": true,
"baseUrl": ".",
"paths": {
"@/*": ["./src/*"]
}
},
"include": ["src/**/*.ts", "src/**/*.tsx", "src/**/*.vue"]
}