2020-03-05 06:35:23 +00:00
|
|
|
{
|
|
|
|
"compilerOptions": {
|
|
|
|
"target": "ES2015",
|
|
|
|
"module": "commonjs",
|
|
|
|
"declaration": true,
|
|
|
|
"skipLibCheck": true,
|
2020-03-07 16:44:40 +00:00
|
|
|
"outDir": "lib",
|
|
|
|
"preserveWatchOutput": true
|
2020-03-05 06:35:23 +00:00
|
|
|
},
|
|
|
|
"include": [
|
|
|
|
"src/**/*"
|
|
|
|
]
|
|
|
|
}
|