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

11 строки
201 B
JSON

{
"$schema": "https://json.schemastore.org/tsconfig",
"extends": "../tsconfig.json",
"include": ["**/*.ts"],
"exclude": [],
"compilerOptions": {
"rootDir": "..",
"noEmit": true
}
}