update
This commit is contained in:
16
tsconfig.eslint.json
Normal file
16
tsconfig.eslint.json
Normal file
@@ -0,0 +1,16 @@
|
||||
{
|
||||
"extends": "./tsconfig.json",
|
||||
"compilerOptions": {
|
||||
"allowJs": true,
|
||||
},
|
||||
"include": [
|
||||
".storybook/**/*",
|
||||
"app",
|
||||
"test-utils",
|
||||
"vitest",
|
||||
"*.js",
|
||||
"*.cjs",
|
||||
"*.mts",
|
||||
"*.ts",
|
||||
],
|
||||
}
|
||||
Reference in New Issue
Block a user