Set up @ alias for src/

This commit is contained in:
Joscha 2025-03-02 18:18:05 +01:00
parent f2299a7219
commit 8729cf09b1
4 changed files with 42 additions and 19 deletions

View file

@ -3,6 +3,8 @@
"compilerOptions": {
"tsBuildInfoFile": "./node_modules/.tmp/tsconfig.app.tsbuildinfo",
"paths": { "@/*": ["./src/*"] },
/* Linting */
"strict": true,
"noUnusedLocals": true,