Type error and other fixes
This commit is contained in:
@@ -15,6 +15,6 @@
|
||||
"jsx": "preserve",
|
||||
"importHelpers": true
|
||||
},
|
||||
"include": ["next-env.d.ts", "**/*.ts", "**/*.tsx"],
|
||||
"include": ["next-env.d.ts", "shims.d.ts", "**/*.ts", "**/*.tsx"],
|
||||
"exclude": ["node_modules"]
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user