mirror of
https://github.com/zoriya/react-native-svg.git
synced 2025-12-06 07:06:11 +00:00
26 lines
667 B
JSON
26 lines
667 B
JSON
{
|
|
"compilerOptions": {
|
|
"baseUrl": ".",
|
|
"declaration": true,
|
|
"paths": {
|
|
"react-native-svg": ["./src"],
|
|
"react-native-svg/css": ["./src/css/index.tsx"],
|
|
"react-native-svg/filter-image": ["./src/filter-image/index.tsx"]
|
|
},
|
|
"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,
|
|
"isolatedModules": true
|
|
},
|
|
"include": ["src"]
|
|
}
|