mirror of
https://github.com/github/codeql-action.git
synced 2025-12-06 07:48:17 +08:00
10 lines
191 B
JSON
10 lines
191 B
JSON
{
|
|
"$schema": "https://json.schemastore.org/tsconfig",
|
|
"extends": "./tsconfig.json",
|
|
"compilerOptions": {
|
|
"noEmit": false,
|
|
"outDir": "./lib-test",
|
|
"rootDir": "./src",
|
|
},
|
|
}
|