Fixing Jasmine tests

This commit is contained in:
David Négrier 2021-05-17 14:39:10 +02:00
parent 5cb58d98a0
commit 9c4c6f2d53
1 changed files with 2 additions and 1 deletions

View File

@ -4,5 +4,6 @@
"compilerOptions": {
"module": "CommonJS",
"lib": ["es2015","dom"],
}
"types": ["svelte", "node"]
},
}