Files
ds-pages/tsconfig.eslint.json
2025-08-08 17:14:09 +08:00

16 lines
220 B
JSON

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