9 lines
137 B
JSON
9 lines
137 B
JSON
|
{
|
||
|
"compilerOptions": {
|
||
|
"module": "commonjs",
|
||
|
"target": "es6",
|
||
|
"types": [
|
||
|
"node"
|
||
|
]
|
||
|
}
|
||
|
}
|