13 lines
156 B
JSON
13 lines
156 B
JSON
{
|
|
"compilerOptions": {
|
|
"target": "esnext",
|
|
"module": "commonjs",
|
|
"outDir": "dist",
|
|
"strict": true,
|
|
"types": [
|
|
"node"
|
|
],
|
|
"paths": {}
|
|
},
|
|
}
|