{ "$schema": "https://json.schemastore.org/tsconfig", "extends": "./tsconfig.node.jsonc", "compilerOptions": { // Checking "noImplicitAny": false, "allowImportingTsExtensions": true, // Output "noEmit": true } }