mirror of
https://github.com/mastermindzh/rickvanlieshout.com
synced 2025-07-26 20:22:32 +02:00
refactor(starter): upgrade and move to typescript
This commit is contained in:
@@ -11,11 +11,11 @@
|
||||
"@/types": ["./src/types"],
|
||||
"@/hooks": ["./src/hooks"],
|
||||
"@/utils/*": ["./src/utils/*"],
|
||||
"@/internal/*": ["./internal/*"],
|
||||
"@/constants": ["./src/constants"],
|
||||
"@/components": ["./src/components"],
|
||||
"@/components/*": ["./src/components/*"],
|
||||
"@/mocks": ["./internal/testing/__mocks__"],
|
||||
"@/internal/*": ["./internal/*"]
|
||||
"@/mocks": ["./internal/testing/__mocks__"]
|
||||
},
|
||||
"noEmit": true,
|
||||
"strict": true,
|
||||
|
Reference in New Issue
Block a user