2020-04-14 23:40:00 +00:00
|
|
|
{
|
|
|
|
"compilerOptions": {
|
|
|
|
"target": "esnext",
|
2021-04-15 21:30:25 +00:00
|
|
|
"module": "CommonJS",
|
2020-04-14 23:40:00 +00:00
|
|
|
"esModuleInterop": true,
|
|
|
|
"strict": true,
|
|
|
|
"sourceMap": true,
|
|
|
|
"declaration": true,
|
|
|
|
"outDir": "dist",
|
2020-12-24 04:57:46 +00:00
|
|
|
"moduleResolution": "node",
|
2020-12-24 17:51:21 +00:00
|
|
|
"noErrorTruncation": true,
|
2021-03-18 11:22:34 +00:00
|
|
|
"skipLibCheck": true
|
2021-02-28 22:17:26 +00:00
|
|
|
},
|
|
|
|
"include": ["src/**/*"]
|
2020-04-14 23:40:00 +00:00
|
|
|
}
|