mirror of
https://github.com/zhigang1992/react-native-notifications.git
synced 2026-06-11 00:08:50 +08:00
23 lines
405 B
JSON
23 lines
405 B
JSON
{
|
|
"extends": "./tsconfig-strict.json",
|
|
"compilerOptions": {
|
|
"outDir": "./lib/dist",
|
|
"allowJs": false,
|
|
"target": "esnext",
|
|
"module": "commonjs",
|
|
"jsx": "react-native",
|
|
"declaration": true,
|
|
"skipLibCheck": true,
|
|
"types": [
|
|
"jest",
|
|
"lodash",
|
|
"react",
|
|
"react-native",
|
|
"react-test-renderer"
|
|
]
|
|
},
|
|
"include": [
|
|
"./lib/src/**/*"
|
|
]
|
|
}
|