Files
react-native-svg/tsconfig.json
Wojciech Lewicki 416ccc8a86 fix: bump packages, eslint, tsconfig, prettier and resolve all conflicts (#2114)
PR bumping packages, eslint, tsconfig, prettier and resolving all conflicts connected to it.
2023-08-07 17:44:58 +02:00

20 lines
452 B
JSON

{
"compilerOptions": {
"baseUrl": ".",
"declaration": true,
"preserveSymlinks": true,
"target": "es6",
"module": "ESNext",
"jsx": "react-native",
"skipLibCheck": true,
"allowSyntheticDefaultImports": true,
"moduleResolution": "node",
"lib": ["es6", "dom"],
"esModuleInterop": true,
"strict": true,
"forceConsistentCasingInFileNames": true,
"resolveJsonModule": true
},
"include": ["src"]
}