update demendecies and update types generation
This commit is contained in:
@@ -5,7 +5,7 @@
|
||||
"target": "ESNext",
|
||||
"module": "NodeNext",
|
||||
// Enable module resolution without file extensions on relative paths, for things like npm package imports.
|
||||
"moduleResolution": "Node16",
|
||||
"moduleResolution": "nodenext",
|
||||
// Allow importing TypeScript files using their native extension (.ts(x)).
|
||||
"allowImportingTsExtensions": true,
|
||||
// Enable JSON imports.
|
||||
@@ -48,5 +48,5 @@
|
||||
// Report an error for unused labels instead of just a warning.
|
||||
"allowUnusedLabels": false
|
||||
},
|
||||
"exclude": ["dist"]
|
||||
"exclude": ["dist", "assets/stubs"]
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user