feat: add ParallaxImage scroll-parallax component to DeepDrftShared.Client

This commit is contained in:
daniel-c-harvey
2026-06-11 09:23:34 -04:00
parent 81b8796ba5
commit 4d9505c341
6 changed files with 380 additions and 0 deletions
+27
View File
@@ -0,0 +1,27 @@
{
"compilerOptions": {
"target": "ESNext",
"module": "ESNext",
"esModuleInterop": true,
"allowSyntheticDefaultImports": true,
"forceConsistentCasingInFileNames": true,
"strict": true,
"skipLibCheck": true,
"noEmitOnError": true,
"removeComments": false,
"sourceMap": true,
"rootDir": "Interop",
"outDir": "wwwroot/js",
"sourceRoot": "/Interop",
"mapRoot": "/js"
},
"include": [
"Interop/**/*.ts"
],
"exclude": [
"node_modules",
"bin/**/*",
"obj/**/*",
"publish/**/*"
]
}