blob: 82d10934b91745f7bbc49c98deb9736d5101ca7f [file] [log] [blame]
{
"compilerOptions": {
"skipLibCheck": true,
"module": "commonjs",
"declaration": true,
"removeComments": true,
"emitDecoratorMetadata": true,
"experimentalDecorators": true,
"allowSyntheticDefaultImports": true,
"target": "es2017",
"sourceMap": true,
"outDir": "./dist",
"baseUrl": "./",
"incremental": true
}
}