add @node
Deploy GISE landing page test / build-and-deploy (push) Successful in 17s

This commit is contained in:
LathanDevers
2026-07-29 00:00:40 +02:00
parent 79953671ab
commit d12589bdd6
+8
View File
@@ -8,6 +8,14 @@
"allowArbitraryExtensions": true,
"skipLibCheck": true,
"paths": {
"@components/*": ["./src/components/*"],
"@pages/*": ["./src/pages/*"],
"@hooks/*": ["./src/hooks/*"],
"@layouts/*": ["./src/layouts/*"],
"@features/*": ["./src/features/*"]
},
/* Bundler mode */
"moduleResolution": "bundler",
"allowImportingTsExtensions": true,