mirror of
https://github.com/streetwriters/notesnook.git
synced 2025-12-15 19:27:51 +01:00
22 lines
579 B
JSON
22 lines
579 B
JSON
{
|
|
"extends": "../../tsconfig",
|
|
"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"],
|
|
"@types/react": ["./node_modules/@types/react"],
|
|
"react": ["./node_modules/react"]
|
|
}
|
|
},
|
|
"exclude": ["native", "e2e"]
|
|
}
|