mirror of
https://github.com/bartgryszko/react-native-circular-progress.git
synced 2025-12-08 21:25:50 +00:00
12 lines
227 B
JSON
12 lines
227 B
JSON
{
|
|
"compilerOptions": {
|
|
"strict": true,
|
|
"noEmit": true,
|
|
"lib": ["dom", "esnext"],
|
|
"jsx": "react-native",
|
|
"moduleResolution": "node",
|
|
"allowSyntheticDefaultImports": true,
|
|
"skipLibCheck": true
|
|
}
|
|
}
|