fix(core): update
This commit is contained in:
parent
41ca4805e6
commit
dd1f007246
@ -21,7 +21,7 @@ export const compilerOptionsDefault: CompilerOptions = {
|
||||
|
||||
export const compilerOptionsWebDefault: CompilerOptions = {
|
||||
...compilerOptionsDefault,
|
||||
lib: [...compilerOptionsDefault.lib, 'dom']
|
||||
lib: [...compilerOptionsDefault.lib, 'lib.dom.d.ts']
|
||||
};
|
||||
|
||||
/**
|
||||
|
Loading…
Reference in New Issue
Block a user