chore: updated tsconfig app paths 605f1a7b
Steve · 2025-10-04 19:58 1 file(s) · +2 −1
src/templates/extras/client/tsconfig.app.json/tsconfig.app.json +2 −1
14 14
		"jsx": "react-jsx",
15 15
		"rootDirs": [".", "./.react-router/types"],
16 16
		"paths": {
17 -
			"~/*": ["./src/*"]
17 +
			"~/*": ["./src/*"],
18 +
			"@/*": ["./src/*"]
18 19
		},
19 20
		"strict": true,
20 21
		"noUnusedLocals": true,