20 lines
351 B
JSON
20 lines
351 B
JSON
![]() |
{
|
||
|
"compilerOptions": {
|
||
|
"declaration": true,
|
||
|
"outDir": "./dist",
|
||
|
"target": "esnext",
|
||
|
"lib": [
|
||
|
"es2017",
|
||
|
"dom"
|
||
|
],
|
||
|
"types": [
|
||
|
"node"
|
||
|
],
|
||
|
"module": "commonjs",
|
||
|
"experimentalDecorators": true
|
||
|
},
|
||
|
"include": [
|
||
|
"./src/**/*"
|
||
|
]
|
||
|
}
|