22 lines
310 B
JSON
22 lines
310 B
JSON
|
{
|
||
|
"compilerOptions": {
|
||
|
"module": "commonjs",
|
||
|
"target": "es5",
|
||
|
"lib": [
|
||
|
"es2017"
|
||
|
],
|
||
|
"sourceMap": true,
|
||
|
"strict": true,
|
||
|
"outDir": "lib",
|
||
|
"declaration": true,
|
||
|
"esModuleInterop": true,
|
||
|
"types": [
|
||
|
"node"
|
||
|
]
|
||
|
},
|
||
|
"include": [
|
||
|
"src",
|
||
|
"typings"
|
||
|
]
|
||
|
}
|