Downgraded canary version, tsconfig changes

This commit is contained in:
Luis Alvarez
2020-10-03 05:20:19 -05:00
parent 19a32f2a30
commit 0182b4151e
3 changed files with 22 additions and 28 deletions

View File

@@ -1,7 +1,7 @@
{
"compilerOptions": {
"baseUrl": ".",
"target": "es5",
"target": "esnext",
"lib": ["dom", "dom.iterable", "esnext"],
"allowJs": true,
"skipLibCheck": true,
@@ -20,6 +20,6 @@
"@components/*": ["components/*"]
}
},
"include": ["next-env.d.ts", "**/*.ts", "**/*.tsx"],
"include": ["next-env.d.ts", "**/*.ts", "**/*.tsx", "**/*.js"],
"exclude": ["node_modules"]
}