2021-04-04 21:35:27 +05:00
|
|
|
{
|
|
|
|
"compilerOptions": {
|
2021-04-04 22:44:45 +05:00
|
|
|
"target": "ES6",
|
2021-04-04 21:35:27 +05:00
|
|
|
"module": "commonjs",
|
|
|
|
"declaration": true,
|
|
|
|
"outDir": "./lib",
|
|
|
|
"strict": true,
|
|
|
|
"strictNullChecks": false,
|
2021-04-06 19:06:18 +05:00
|
|
|
"resolveJsonModule": true,
|
|
|
|
"esModuleInterop": true
|
2021-04-04 21:35:27 +05:00
|
|
|
},
|
|
|
|
"include": [
|
|
|
|
"src/**/*"
|
|
|
|
]
|
2020-11-01 20:19:41 +05:00
|
|
|
}
|