15 lines
229 B
JSON
15 lines
229 B
JSON
|
{
|
||
|
"compilerOptions": {
|
||
|
"declaration": true,
|
||
|
"declarationMap": true,
|
||
|
"lib": ["ESNext"],
|
||
|
"module": "commonjs",
|
||
|
"outDir": "./dist",
|
||
|
"strict": true,
|
||
|
"target": "es2015"
|
||
|
},
|
||
|
"include": [
|
||
|
"src/**/*"
|
||
|
]
|
||
|
}
|