Files
notesnook/apps/mobile/e2e/tsconfig.json

16 lines
350 B
JSON
Raw Permalink Normal View History

2025-02-14 11:08:14 +05:00
{
"extends": "../../../tsconfig",
"compilerOptions": {
"lib": ["es2017", "DOM", "DOM.Iterable"],
"allowJs": true,
"baseUrl": "../",
"rootDir": "../",
"jsx": "react-native",
"noEmit": true,
"types": ["node", "jest", "detox"],
"incremental": true,
"maxNodeModuleJsDepth": 5,
"downlevelIteration": true
}
}