blob: 4c39ce299dab61e84781de6af1ca47dad5897fc7 [file] [log] [blame]
{
"extends": "../../config/typescript/tsconfig.base.json",
"compilerOptions": {
"module": "nodenext",
"moduleResolution": "nodenext",
"lib": ["esnext", "dom"],
"outDir": "ignored",
"checkJs": true,
"noEmit": true,
"noImplicitAny": false,
"allowImportingTsExtensions": true,
"erasableSyntaxOnly": true
}
}