Updated packages.
This commit is contained in:
+10
-2
@@ -18,7 +18,7 @@
|
||||
"strict": true,
|
||||
"strictNullChecks": false,
|
||||
"noEmit": true,
|
||||
"jsx": "preserve",
|
||||
"jsx": "react-jsx",
|
||||
"incremental": false,
|
||||
"baseUrl": ".",
|
||||
"outDir": "./build",
|
||||
@@ -31,6 +31,14 @@
|
||||
}
|
||||
]
|
||||
},
|
||||
"include": ["**/*.ts", "**/*.tsx", "**/*.js", "**/*.jsx", "next-env.d.ts", ".next/types/**/*.ts"],
|
||||
"include": [
|
||||
"**/*.ts",
|
||||
"**/*.tsx",
|
||||
"**/*.js",
|
||||
"**/*.jsx",
|
||||
"next-env.d.ts",
|
||||
".next/types/**/*.ts",
|
||||
".next/dev/types/**/*.ts"
|
||||
],
|
||||
"exclude": ["node_modules", "./cypress.config.ts", "cypress"]
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user