react-native-ios-context-menu/example/tsconfig.json
Dominic Go a0b008ce4f 🛠 Updated Project Template
Summary: Transplanted existing project to a fresh project generated via `create-react-native-library` and `react-native-builder-bob`.
2021-11-12 05:17:14 +08:00

17 lines
275 B
JSON

{
"extends": "../tsconfig.json",
"include": [
"./src",
"./index.ts"
],
"exclude": [
"./node_modules",
"../src",
],
"compilerOptions": {
"strict": false,
"strictNullChecks": false,
"noImplicitAny": false,
"skipLibCheck": true,
}
}