Add embryo to products

This commit is contained in:
Niklas Fondberg
2021-04-06 15:49:41 +02:00
parent 813f4c8e47
commit 949c641410
10 changed files with 110 additions and 4 deletions
+6 -1
View File
@@ -6,6 +6,11 @@
"experimentalDecorators": true,
"emitDecoratorMetadata": true,
"strictPropertyInitialization": false,
"allowJs": true
"allowJs": true,
"plugins": [
{
"name": "typescript-sql-tagged-template-plugin"
}
]
}
}