Replaced jsdom with happy-dom
This commit is contained in:
parent
278528b5de
commit
1dece38124
6 changed files with 146 additions and 33 deletions
|
|
@ -11,6 +11,10 @@
|
|||
"compilerOptions": {
|
||||
"noEmit": true,
|
||||
"tsBuildInfoFile": "./node_modules/.tmp/tsconfig.node.tsbuildinfo",
|
||||
"target": "esnext",
|
||||
"useDefineForClassFields": true,
|
||||
"lib": ["ESNext", "DOM", "DOM.Iterable"],
|
||||
"skipLibCheck": true,
|
||||
|
||||
"module": "ESNext",
|
||||
"moduleResolution": "Bundler",
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue