Merge pull request #198 from ZiGmaX809/main

resolve `TypeScript intellisense is disabled on template` & can't use top level `await` expressions.
This commit is contained in:
younglei 2022-07-21 15:11:15 +08:00 committed by GitHub
commit 0406b1bf67
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -1,8 +1,10 @@
{
"compilerOptions": {
"target": "ESNext",
"composite": true,
"module": "ESNext",
"moduleResolution": "Node",
"jsx": "preserve",
"resolveJsonModule": true,
"allowSyntheticDefaultImports": true
},