The package i18n will handle the internationalization of the applications. It will parse the frontend code and extract the translations to be send to the crowdin platform.
8 lines
114 B
TypeScript
8 lines
114 B
TypeScript
export default {
|
|
rootDir: './',
|
|
testEnvironment: 'node',
|
|
transform: {
|
|
'^.+\\.(ts)$': 'ts-jest',
|
|
},
|
|
};
|