12 lines
176 B
JSON
12 lines
176 B
JSON
{
|
|
"compilerOptions": {
|
|
"maxNodeModuleJsDepth": 10,
|
|
"module": "nodenext",
|
|
"noEmit": true,
|
|
"strict": true
|
|
},
|
|
"typeAcquisition": {
|
|
"enable": false
|
|
}
|
|
}
|