tsc on build-config
This commit is contained in:
@@ -1,5 +1,3 @@
|
||||
// @ts-check
|
||||
|
||||
import reactPlugin from "eslint-plugin-react";
|
||||
import hooksPlugin from "eslint-plugin-react-hooks";
|
||||
import reactRefreshPlugin from "eslint-plugin-react-refresh";
|
||||
|
||||
@@ -1,11 +1,12 @@
|
||||
{
|
||||
/* A minimal tsconfig so that we can run tsc on the build-config itself. */
|
||||
"compilerOptions": {
|
||||
"target": "ES2023",
|
||||
"module": "ESNext",
|
||||
"moduleResolution": "bundler",
|
||||
"noEmit": true,
|
||||
"checkJs": true,
|
||||
"esModuleInterop": true
|
||||
},
|
||||
"include": ["*.js", "eslintrc-*.mjs"]
|
||||
"include": ["eslintrc-base.mjs"]
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user