- Implemented EncryptionService for secure data handling with AES encryption. - Created DateService for advanced date manipulation and formatting. - Developed EncryptionDemo and DateServiceComponent for interactive demonstrations. - Added LocalStorage demo for encrypted data storage and retrieval. - Established ESLint and TypeScript configurations for utils package. - Included example utility function for demonstration purposes.
6 lines
104 B
JSON
6 lines
104 B
JSON
{
|
|
"extends": "@repo/typescript-config/vite.json",
|
|
"include": ["."],
|
|
"exclude": ["node_modules"]
|
|
}
|