Functional Parity

This commit is contained in:
Sidharth Vinod
2021-05-17 02:40:15 +05:30
parent efdbf51598
commit 69f3466f5a
5 changed files with 165 additions and 6 deletions
+1 -1
View File
@@ -2,7 +2,7 @@
"compilerOptions": {
"moduleResolution": "node",
"module": "es2020",
"lib": ["es2020"],
"lib": ["es2020", "ESNext"],
"target": "es2019",
/**
svelte-preprocess cannot figure out whether you have a value or a type, so tell TypeScript