mirror of
https://github.com/streetwriters/notesnook.git
synced 2025-12-24 23:49:33 +01:00
16 lines
350 B
JSON
16 lines
350 B
JSON
{
|
|
"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
|
|
}
|
|
}
|