2017-10-10 05:31:40 +00:00
|
|
|
{
|
|
|
|
"compilerOptions": {
|
|
|
|
"allowJs": true,
|
|
|
|
"checkJs": true,
|
2020-04-02 14:25:19 +00:00
|
|
|
"outDir": "./lib",
|
2020-04-09 19:13:25 +00:00
|
|
|
"target": "ESNext",
|
2020-04-14 09:55:29 +00:00
|
|
|
"moduleResolution": "node",
|
2020-06-04 10:47:13 +00:00
|
|
|
"module": "CommonJS",
|
|
|
|
"declaration": true,
|
|
|
|
"declarationMap": true
|
2017-10-10 05:31:40 +00:00
|
|
|
},
|
|
|
|
"include": [
|
2020-04-02 14:25:19 +00:00
|
|
|
"src"
|
2017-10-10 05:31:40 +00:00
|
|
|
]
|
|
|
|
}
|