This commit is contained in:
2025-08-08 17:14:09 +08:00
parent 5fc4d09c39
commit 7f34a2f4a0
71 changed files with 6725 additions and 5646 deletions

16
tsconfig.eslint.json Normal file
View File

@@ -0,0 +1,16 @@
{
"extends": "./tsconfig.json",
"compilerOptions": {
"allowJs": true,
},
"include": [
".storybook/**/*",
"app",
"test-utils",
"vitest",
"*.js",
"*.cjs",
"*.mts",
"*.ts",
],
}