Source

...

Target

Commits (2)
Showing with 2 additions and 1 deletion
+2 -1
......@@ -6,6 +6,7 @@
"outDir": "./built",
"esModuleInterop": true,
"strict": true,
"allowJs": true
"allowJs": true,
"skipLibCheck": true
}
}
\ No newline at end of file