diff options
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.json | 17 |
1 files changed, 17 insertions, 0 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 new file mode 100644 index 0000000..6af1347 --- /dev/null +++ b/examples/with-create-react-app/packages/tsconfig/react-app.json @@ -0,0 +1,17 @@ +{ + "$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" + } +} |
