mirror of
https://github.com/github/codeql-action.git
synced 2026-03-31 08:42:17 +00:00
13 lines
250 B
JSON
13 lines
250 B
JSON
{
|
|
"extends": "../tsconfig.json",
|
|
"compilerOptions": {
|
|
/* Basic Options */
|
|
"lib": ["esnext"],
|
|
"rootDir": "..",
|
|
"sourceMap": false,
|
|
"noEmit": true,
|
|
},
|
|
"include": ["./*.ts", "../src/**/*.ts"],
|
|
"exclude": ["node_modules"]
|
|
}
|