mirror of
https://github.com/actions/setup-node.git
synced 2025-07-05 09:03:46 +00:00
updated tests
This commit is contained in:
parent
ecf0ce62f9
commit
8885b7194e
13 changed files with 4737 additions and 901 deletions
|
@ -7,6 +7,7 @@
|
|||
],
|
||||
"outDir": "./lib", /* Redirect output structure to the directory. */
|
||||
"rootDir": "./src", /* Specify the root directory of input files. Use to control the output directory structure with --outDir. */
|
||||
"sourceMap": true,
|
||||
"strict": true, /* Enable all strict type-checking options. */
|
||||
"noImplicitAny": false, /* Raise error on expressions and declarations with an implied 'any' type. */
|
||||
"esModuleInterop": true /* Enables emit interoperability between CommonJS and ES Modules via creation of namespace objects for all imports. Implies 'allowSyntheticDefaultImports'. */
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue