mirror of
https://github.com/MillironX/setup-nextflow.git
synced 2024-11-22 01:46:04 +00:00
11 lines
228 B
JSON
11 lines
228 B
JSON
|
{
|
||
|
"extends": "@tsconfig/node16/tsconfig.json",
|
||
|
"compilerOptions": {
|
||
|
"target": "es6",
|
||
|
"module": "commonjs",
|
||
|
"strict": true,
|
||
|
"noImplicitAny": false,
|
||
|
"esModuleInterop": true,
|
||
|
}
|
||
|
}
|