blob: 22113a91c34d79d544900845dc61a8192d65d01a [file] [log] [blame]
{
"compilerOptions": {
"module": "commonjs",
"outDir": "out",
"sourceMap": true,
"target": "es2017",
"lib": [
"es2017"
],
"strict": true,
"esModuleInterop": true,
},
"exclude": [
"node_modules",
"third_party"
]
}