Files
dockview/tsconfig.eslint.json
2026-02-10 22:18:49 +00:00

11 lines
315 B
JSON

{
"compilerOptions": {
"types": ["@types/node"],
"noEmit": true,
"allowJs": true
},
"extends": "./tsconfig.base.json",
"include": ["tests/**/*.ts", "tools/**/*.ts", ".eslintrc.js", "packages/*/src/__tests__/**/*.ts", "packages/*/src/__tests__/**/*.tsx"],
"exclude": []
}