Open samik966 opened 2 years ago
When using alias in craco.config.ts, typescript complains for the types.
craco.config.ts
Applies also to react-app-rewired in config-overrides.js - typescript complains Could not find a declaration file for module 'react-app-alias'
config-overrides.js
Could not find a declaration file for module 'react-app-alias'
When using alias in
craco.config.ts
, typescript complains for the types.