fix: tsconfig alias
This commit is contained in:
@@ -1,4 +1,4 @@
|
||||
import { customValueTypeMap } from '@/components';
|
||||
import { customValueTypeMap } from '@components';
|
||||
import { ConfigProvider, App as TocoApp, theme } from '@df/toco-ui';
|
||||
import { Router } from '@remix-run/router';
|
||||
import enUS from 'antd/locale/en_US';
|
||||
|
||||
@@ -17,7 +17,11 @@
|
||||
"jsx": "react-jsx",
|
||||
"baseUrl": "./src",
|
||||
"paths": {
|
||||
"@/*": ["./*"]
|
||||
"@/*": ["./*"],
|
||||
"@components": ["./components"],
|
||||
"@components/*": ["./components/*"],
|
||||
"@pages": ["./pages"],
|
||||
"@pages/*": ["./pages/*"]
|
||||
}
|
||||
},
|
||||
"include": ["src"]
|
||||
|
||||
Reference in New Issue
Block a user