fix notes-core intellisense not working

This commit is contained in:
ammarahm-ed
2022-02-18 23:26:49 +05:00
parent d4bec3e932
commit c02316c859

View File

@@ -12,7 +12,9 @@
"moduleResolution": "node",
"allowSyntheticDefaultImports": true,
"esModuleInterop": true,
"skipLibCheck": false
"skipLibCheck": false,
"maxNodeModuleJsDepth": 5,
"downlevelIteration": true
},
"exclude": ["node_modules", "babel.config.js", "metro.config.js", "jest.config.js"]
}