mirror of
https://github.com/streetwriters/notesnook.git
synced 2025-12-24 15:39:44 +01:00
26 lines
824 B
JSON
26 lines
824 B
JSON
{
|
|
"extends": ["../../tsconfig", "@react-native/typescript-config"],
|
|
"compilerOptions": {
|
|
"lib": ["es2017", "DOM", "DOM.Iterable"],
|
|
"allowJs": true,
|
|
"baseUrl": "./",
|
|
"jsx": "react-native",
|
|
"noEmit": true,
|
|
"types": ["node", "jest", "detox"],
|
|
"paths": {
|
|
"@notesnook/*": ["../../packages"],
|
|
"@notifee/react-native": [
|
|
"./node_modules/@ammarahmed/notifee-react-native"
|
|
],
|
|
"@notesnook/theme": ["../../packages/theme"],
|
|
"@notesnook/editor/dist/cjs/toolbar/tool-definitions": [
|
|
"../../packages/editor/dist/cjs/toolbar/tool-definitions.js"
|
|
],
|
|
"@notesnook/editor/dist/cjs/toolbar/icons": [
|
|
"../../packages/editor/dist/cjs/toolbar/icons.js"
|
|
]
|
|
}
|
|
},
|
|
"exclude": ["e2e", "android", "ios", "node_modules", "patches", "fonts"]
|
|
}
|