vscode-codeql/extensions/ql-vscode/tsconfig.deadcode.json

6 строки
116 B
JSON

{
"extends": "./tsconfig.json",
"include": ["**/*.ts*", ".storybook/**/*.ts*"],
"exclude": ["node_modules"]
}