1
0
Fork 0
mirror of https://github.com/terribleplan/next.js.git synced 2024-01-19 02:48:18 +00:00

Update tsconfig.json in with-typescript example (#3837)

Fixes https://github.com/zeit/next.js/pull/3698#issuecomment-366442816
This commit is contained in:
Alexander Kachkaev 2018-02-18 11:42:22 +00:00 committed by Tim Neutkens
parent 7a937505f5
commit 97aef52def

View file

@ -3,6 +3,7 @@
"compilerOptions": { "compilerOptions": {
"target": "esnext", "target": "esnext",
"module": "esnext", "module": "esnext",
"jsx": "preserve",
"allowJs": true, "allowJs": true,
"moduleResolution": "node", "moduleResolution": "node",
"allowSyntheticDefaultImports": true, "allowSyntheticDefaultImports": true,