mirror of
https://github.com/status-im/react-native-fast-image.git
synced 2025-02-22 11:18:14 +00:00
31 lines
740 B
JSON
31 lines
740 B
JSON
|
{
|
||
|
"include": ["src", "types", "test"],
|
||
|
"compilerOptions": {
|
||
|
"target": "es5",
|
||
|
"module": "esnext",
|
||
|
"lib": ["dom", "esnext"],
|
||
|
"importHelpers": true,
|
||
|
"declaration": true,
|
||
|
"sourceMap": true,
|
||
|
"rootDir": "./",
|
||
|
"strict": true,
|
||
|
"noImplicitAny": true,
|
||
|
"strictNullChecks": true,
|
||
|
"strictFunctionTypes": true,
|
||
|
"strictPropertyInitialization": true,
|
||
|
"noImplicitThis": true,
|
||
|
"alwaysStrict": true,
|
||
|
"noUnusedLocals": true,
|
||
|
"noUnusedParameters": true,
|
||
|
"noImplicitReturns": true,
|
||
|
"noFallthroughCasesInSwitch": true,
|
||
|
"moduleResolution": "node",
|
||
|
"baseUrl": "./",
|
||
|
"paths": {
|
||
|
"*": ["src/*", "node_modules/*"]
|
||
|
},
|
||
|
"jsx": "react",
|
||
|
"esModuleInterop": true
|
||
|
}
|
||
|
}
|