fixed some issues in config service
This commit is contained in:
parent
2f5309d80f
commit
23f7614b29
10 changed files with 125 additions and 43 deletions
|
|
@ -5,9 +5,10 @@
|
|||
"target": "ES2022",
|
||||
|
||||
// Module configuration for different project types
|
||||
"module": "NodeNext",
|
||||
"moduleResolution": "NodeNext",
|
||||
|
||||
"module": "ESNext",
|
||||
"moduleResolution": "bundler",
|
||||
"composite": true,
|
||||
|
||||
// Type checking
|
||||
"strict": true,
|
||||
"noImplicitAny": true,
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue