aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/examples/with-create-react-app/packages/tsconfig/react-app.json
diff options
context:
space:
mode:
Diffstat (limited to 'examples/with-create-react-app/packages/tsconfig/react-app.json')
-rw-r--r--examples/with-create-react-app/packages/tsconfig/react-app.json17
1 files changed, 0 insertions, 17 deletions
diff --git a/examples/with-create-react-app/packages/tsconfig/react-app.json b/examples/with-create-react-app/packages/tsconfig/react-app.json
deleted file mode 100644
index 6af1347..0000000
--- a/examples/with-create-react-app/packages/tsconfig/react-app.json
+++ /dev/null
@@ -1,17 +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,
- "target": "es5"
- }
-}