chore: update ts definition generator

This commit is contained in:
steven
2023-09-03 14:35:50 +08:00
parent 7cde25bdb5
commit 2fcd496fd2
29 changed files with 12178 additions and 55 deletions

View File

@@ -5,7 +5,7 @@
"types": ["vite/client"],
"allowJs": false,
"skipLibCheck": false,
"esModuleInterop": false,
"esModuleInterop": true,
"allowSyntheticDefaultImports": true,
"strict": true,
"forceConsistentCasingInFileNames": true,
@@ -19,11 +19,8 @@
"@/*": [
"./src/*"
],
"@pbtypes/*": [
"../types/*"
]
},
"baseUrl": "."
},
"include": ["./src", "../types"]
"include": ["./src"]
}