mirror of
https://github.com/mermaid-js/mermaid.git
synced 2025-08-14 22:09:29 +02:00
build(eslint): add tsconfig for all linted files
This commit is contained in:
@@ -6,5 +6,6 @@
|
||||
"noEmit": true,
|
||||
"allowJs": true
|
||||
},
|
||||
"include": [".build", "tests", "scripts", "cypress", "__mocks__", "demos/dev", "eslint.config.js"]
|
||||
"include": ["./.build/*.ts", "./.esbuild/*.ts", "./.vite/*.ts", "./cypress.config.ts", "./tests", "./scripts", "./cypress", "./__mocks__", "./demos/dev", "./vite.config.ts",
|
||||
"./vitest.workspace.js", "eslint.config.js"]
|
||||
}
|
||||
|
Reference in New Issue
Block a user