mirror of
https://gitcode.com/gh_mirrors/re/react-native-pushy.git
synced 2025-09-16 09:01:38 +08:00
19 lines
444 B
JSON
19 lines
444 B
JSON
{
|
|
"compilerOptions": {
|
|
"target": "es2016",
|
|
"module": "commonjs",
|
|
"declaration": true,
|
|
"outDir": "./dist",
|
|
"strict": true,
|
|
"noImplicitAny": false,
|
|
"esModuleInterop": true,
|
|
"skipLibCheck": true,
|
|
"forceConsistentCasingInFileNames": true,
|
|
"jsx": "react-native",
|
|
"lib": ["es2016", "dom"],
|
|
"moduleResolution": "node"
|
|
},
|
|
"include": ["lib/**/*"],
|
|
"exclude": ["node_modules", "dist", "Example"]
|
|
}
|