mirror of
https://github.com/pezkuwichain/pwap.git
synced 2026-06-12 17:51:02 +00:00
fix: TypeScript errors, shadow deprecations, and build configuration
- Fix shadow style deprecation warnings across components (boxShadow) - Add type declaration files (codec.d.ts, modules.d.ts) - Update metro.config.cjs for proper asset extensions - Update tsconfig.json with module resolution settings - Fix TypeScript errors in shared/lib files - Update app icons (optimized PNG files)
This commit is contained in:
@@ -8,7 +8,10 @@
|
||||
"@pezkuwi/utils/*": ["../shared/utils/*"],
|
||||
"@pezkuwi/theme/*": ["../shared/theme/*"],
|
||||
"@pezkuwi/types/*": ["../shared/types/*"],
|
||||
"@pezkuwi/i18n": ["../shared/i18n"]
|
||||
}
|
||||
}
|
||||
"@pezkuwi/i18n": ["../shared/i18n"],
|
||||
"@/*": ["src/*"]
|
||||
},
|
||||
"typeRoots": ["./src/types", "./node_modules/@types"]
|
||||
},
|
||||
"include": ["src/**/*.ts", "src/**/*.tsx", "shared/**/*.ts"]
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user