mirror of
https://github.com/zhigang1992/react-navigation.git
synced 2026-05-30 09:30:43 +08:00
32 lines
805 B
JSON
32 lines
805 B
JSON
{
|
|
"compilerOptions": {
|
|
"module": "es2015",
|
|
"target": "esnext",
|
|
"lib": ["dom", "es2015", "es2016"],
|
|
"sourceMap": false,
|
|
"moduleResolution": "node",
|
|
"rootDir": "src",
|
|
"forceConsistentCasingInFileNames": true,
|
|
"noImplicitReturns": true,
|
|
"noImplicitThis": true,
|
|
"noImplicitAny": true,
|
|
"strictNullChecks": true,
|
|
"suppressImplicitAnyIndexErrors": true,
|
|
"noUnusedLocals": true,
|
|
"declaration": true,
|
|
"pretty": true,
|
|
"jsx": "react-native",
|
|
"noEmitHelpers": true,
|
|
"importHelpers": true,
|
|
"strict": true,
|
|
"outDir": "dist",
|
|
"declarationDir": "./types",
|
|
"allowSyntheticDefaultImports": true,
|
|
"esModuleInterop": true
|
|
},
|
|
"typeAcquisition": {
|
|
"enable": true,
|
|
"include": ["prop-types", "react", "react-native"]
|
|
}
|
|
}
|