- fix: to export a Component in typescript, you need to create index.ts in each subfolder of the components folder !
This commit is contained in:
@@ -24,6 +24,7 @@
|
||||
"baseUrl": "./src",
|
||||
"paths": {
|
||||
"@src/*": ["./*"],
|
||||
"@components": ["./components/index.ts"],
|
||||
"@classes": ["./classes/index.ts"],
|
||||
"@utils/*": ["./utils/*"],
|
||||
"@validators": ["./utils/validators.ts"],
|
||||
|
||||
Reference in New Issue
Block a user