first chrome implementation

This commit is contained in:
DEV Sam Hayes
2025-01-10 19:37:10 +01:00
parent dc7a980dc5
commit a652718bc7
175 changed files with 18526 additions and 610 deletions

View File

@@ -3,6 +3,10 @@
{
"compileOnSave": false,
"compilerOptions": {
"paths": {
"@common": ["./projects/common/src/public-api.ts"],
"@common/*": ["./projects/common/src/lib/*"]
},
"outDir": "./dist/out-tsc",
"strict": true,
"noImplicitOverride": true,