mirror of
https://github.com/zhigang1992/react-native-reanimated-confetti.git
synced 2026-01-12 22:50:48 +08:00
25 lines
655 B
JSON
25 lines
655 B
JSON
{
|
|
"compilerOptions": {
|
|
"target": "es2017",
|
|
"lib": ["es6"],
|
|
"jsx": "react-native",
|
|
"strict": true,
|
|
"noImplicitAny": true,
|
|
"strictNullChecks": true,
|
|
"strictFunctionTypes": true,
|
|
"strictPropertyInitialization": true,
|
|
"noImplicitThis": true,
|
|
"alwaysStrict": true,
|
|
"noUnusedLocals": true,
|
|
"noUnusedParameters": true,
|
|
"noImplicitReturns": true,
|
|
"noFallthroughCasesInSwitch": true,
|
|
"forceConsistentCasingInFileNames": true,
|
|
"moduleResolution": "node",
|
|
"allowSyntheticDefaultImports": true,
|
|
"skipLibCheck": true,
|
|
"types": ["react", "react-native"]
|
|
},
|
|
"include": ["src/index.ts"]
|
|
}
|