mirror of
https://github.com/streetwriters/notesnook.git
synced 2025-12-29 00:20:04 +01:00
21 lines
480 B
JSON
21 lines
480 B
JSON
{
|
|
"extends": "../../tsconfig",
|
|
"compilerOptions": {
|
|
"lib": ["es2017", "DOM", "DOM.Iterable"],
|
|
"allowJs": true,
|
|
"baseUrl": "./",
|
|
"jsx": "react-native",
|
|
"noEmit": true,
|
|
"maxNodeModuleJsDepth": 5,
|
|
"types": ["node", "jest", "detox"],
|
|
"paths": {
|
|
"@notesnook/*": ["../../packages"],
|
|
"@notifee/react-native": [
|
|
"./node_modules/@ammarahmed/notifee-react-native"
|
|
]
|
|
},
|
|
"incremental": true
|
|
},
|
|
"exclude": ["native"]
|
|
}
|