diff options
Diffstat (limited to 'examples/with-react-native-web/packages/tsconfig')
4 files changed, 0 insertions, 62 deletions
diff --git a/examples/with-react-native-web/packages/tsconfig/base.json b/examples/with-react-native-web/packages/tsconfig/base.json deleted file mode 100644 index d72a9f3..0000000 --- a/examples/with-react-native-web/packages/tsconfig/base.json +++ /dev/null @@ -1,20 +0,0 @@ -{ - "$schema": "https://json.schemastore.org/tsconfig", - "display": "Default", - "compilerOptions": { - "composite": false, - "declaration": true, - "declarationMap": true, - "esModuleInterop": true, - "forceConsistentCasingInFileNames": true, - "inlineSources": false, - "isolatedModules": true, - "moduleResolution": "node", - "noUnusedLocals": false, - "noUnusedParameters": false, - "preserveWatchOutput": true, - "skipLibCheck": true, - "strict": true - }, - "exclude": ["node_modules"] -} diff --git a/examples/with-react-native-web/packages/tsconfig/nextjs.json b/examples/with-react-native-web/packages/tsconfig/nextjs.json deleted file mode 100644 index e45500d..0000000 --- a/examples/with-react-native-web/packages/tsconfig/nextjs.json +++ /dev/null @@ -1,20 +0,0 @@ -{ - "$schema": "https://json.schemastore.org/tsconfig", - "display": "Next.js", - "extends": "./base.json", - "compilerOptions": { - "allowJs": true, - "declaration": false, - "declarationMap": false, - "incremental": true, - "jsx": "preserve", - "lib": ["dom", "dom.iterable", "esnext"], - "module": "esnext", - "noEmit": true, - "resolveJsonModule": true, - "strict": false, - "target": "es5" - }, - "include": ["src", "next-env.d.ts"], - "exclude": ["node_modules"] -} diff --git a/examples/with-react-native-web/packages/tsconfig/package.json b/examples/with-react-native-web/packages/tsconfig/package.json deleted file mode 100644 index 6efb83e..0000000 --- a/examples/with-react-native-web/packages/tsconfig/package.json +++ /dev/null @@ -1,9 +0,0 @@ -{ - "name": "tsconfig", - "version": "0.0.0", - "private": true, - "license": "MIT", - "publishConfig": { - "access": "public" - } -} diff --git a/examples/with-react-native-web/packages/tsconfig/react-native-library.json b/examples/with-react-native-web/packages/tsconfig/react-native-library.json deleted file mode 100644 index d03da4b..0000000 --- a/examples/with-react-native-web/packages/tsconfig/react-native-library.json +++ /dev/null @@ -1,13 +0,0 @@ -{ - "$schema": "https://json.schemastore.org/tsconfig", - "display": "React Native Library", - "extends": "./base.json", - "compilerOptions": { - "allowJs": true, - "jsx": "react", - "lib": ["DOM", "ESNext"], - "noEmit": true, - "resolveJsonModule": true, - "target": "ESNext" - } -} |
