Summary: Transplanted existing project to a fresh project generated via `create-react-native-library` and `react-native-builder-bob`.
17 lines
275 B
JSON
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,
|
|
}
|
|
} |