14 lines
289 B
JSON
14 lines
289 B
JSON
|
{
|
||
|
"compilerOptions": {
|
||
|
"target": "es2017",
|
||
|
"module": "commonjs",
|
||
|
"moduleResolution": "node",
|
||
|
"outDir": "./lib",
|
||
|
"strict": false,
|
||
|
"esModuleInterop": true,
|
||
|
"preserveWatchOutput": true
|
||
|
},
|
||
|
"include": [
|
||
|
"./src"
|
||
|
]
|
||
|
}
|