blob: 8c07dfa6f751110b706bcee9592cc4f80cef10bc [file] [log] [blame]
{
"compilerOptions": {
"allowJs": true,
"esModuleInterop": true,
"module": "commonjs",
"lib": ["DOM", "ES2017"],
"noImplicitAny": true,
"sourceMap": true,
"strict": true,
"target": "es2017",
"types": ["mocha", "node"],
},
}