fix initailization order
This commit is contained in:
parent
50ccef4dc4
commit
0aec49b25b
2 changed files with 5 additions and 4 deletions
|
|
@ -6,7 +6,7 @@
|
|||
"target": "ESNext",
|
||||
"module": "Preserve",
|
||||
"moduleDetection": "force",
|
||||
"allowJs": true,
|
||||
"allowJs": false,
|
||||
"moduleResolution": "bundler",
|
||||
"allowImportingTsExtensions": true,
|
||||
"verbatimModuleSyntax": true,
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue