|
{
|
|
"compilerOptions": {
|
|
"declaration": true,
|
|
"importHelpers": true,
|
|
"module": "commonjs",
|
|
"outDir": "dist",
|
|
"rootDir": "src",
|
|
"strict": true,
|
|
"target": "es2019",
|
|
"typeRoots": [
|
|
"./node_modules/@types"
|
|
],
|
|
"skipLibCheck": true
|
|
},
|
|
"include": [
|
|
"src/**/*"
|
|
]
|
|
}
|