mirror of
https://github.com/github/codeql-action.git
synced 2025-12-06 15:58:06 +08:00
Transpile separately in both build and test steps
This means we avoid doing a type checking pass twice
This commit is contained in:
@@ -3,9 +3,10 @@
|
||||
/* Basic Options */
|
||||
"lib": ["ES2021"],
|
||||
"target": "ES2021",
|
||||
"module": "commonjs", /* Specify module code generation: 'none', 'commonjs', 'amd', 'system', 'umd', 'es2015', or 'ESNext'. */
|
||||
"noEmit": true, /* Do not emit outputs. */
|
||||
"sourceMap": true, /* Generates corresponding '.map' file. */
|
||||
"module": "commonjs",
|
||||
"outDir": "./build",
|
||||
"rootDir": "./src",
|
||||
"sourceMap": true,
|
||||
|
||||
/* Strict Type-Checking Options */
|
||||
"strict": true, /* Enable all strict type-checking options. */
|
||||
|
||||
Reference in New Issue
Block a user