blob: b0370ed1754e94069b4dc03c2917f8615823a0cf [file]
{
"compilerOptions": {
"target": "ES6",
"module": "CommonJS",
"moduleResolution": "Node",
"strict": true,
"strictPropertyInitialization": false,
"declaration": true,
"downlevelIteration": true,
"allowJs": true,
"allowSyntheticDefaultImports": true,
"esModuleInterop": true
},
"include": ["src/**/*"]
}