blob: 580048ff07656499e003204356976d66a4122737 [file] [edit]
{
"extends": "../../config/typescript/tsconfig.base.json",
"compilerOptions": {
"module": "nodenext",
"moduleResolution": "nodenext",
"lib": ["esnext", "dom"],
"types": ["node", "mocha"],
"outDir": "ignored",
"rootDir": ".",
"checkJs": true,
"noEmit": true,
"noImplicitAny": true,
"allowImportingTsExtensions": true,
"erasableSyntaxOnly": true
}
}