Hook up the front end

This commit is contained in:
Justin Hutchings
2023-01-22 01:06:08 +00:00
parent 54c1b17e12
commit 5db9416322
7 changed files with 8687 additions and 175 deletions
+2 -1
View File
@@ -9,7 +9,8 @@
"esModuleInterop": true, /* Enables emit interoperability between CommonJS and ES Modules via creation of namespace objects for all imports. Implies 'allowSyntheticDefaultImports'. */
"skipLibCheck": true,
"declaration": true,
"sourceMap": true
"sourceMap": true,
"strictPropertyInitialization": false,
},
"exclude": [
"node_modules",