PR-URL: https://github.com/nodejs/node/pull/61803 Refs: https://github.com/nodejs/typescript/issues/51 Reviewed-By: Paolo Insogna <paolo@cowtech.it> Reviewed-By: Benjamin Gruenbaum <benjamingr@gmail.com> Reviewed-By: Jordan Harband <ljharb@gmail.com> Reviewed-By: Zeyu "Alex" Yang <himself65@outlook.com> Reviewed-By: Geoffrey Booth <webadmin@geoffreybooth.com> Reviewed-By: Chengzhong Wu <legendecas@gmail.com> Reviewed-By: Pietro Marchini <pietro.marchini94@gmail.com>
10 lines
150 B
JSON
10 lines
150 B
JSON
{
|
|
"nodeOptions": {
|
|
"strip-types": true,
|
|
"max-http-header-size": 8192
|
|
},
|
|
"test": {
|
|
"test": false,
|
|
"test-isolation": "none"
|
|
}
|
|
}
|