@ammarahmed/notifee-react-native
Version:
Notifee - a feature rich notifications library for React Native.
24 lines (23 loc) • 560 B
JSON
{
"compilerOptions": {
"target": "esnext",
"module": "commonjs",
"lib": ["esnext"],
"allowJs": false,
"jsx": "react-native",
"declaration": true,
"sourceMap": true,
"listEmittedFiles": true,
"outDir": "./dist",
"rootDir": "./src",
"removeComments": false,
"isolatedModules": false,
"strict": true,
"moduleResolution": "node",
"allowSyntheticDefaultImports": true,
"esModuleInterop": true,
"skipLibCheck": true
},
"exclude": ["node_modules", "./src/__mocks__"],
"include": ["./src"]
}