{ "extends": "@ledge/configs/tsconfig.json", "include": [ "*.ts", "smtp/**/*.ts", "test/*.ts", ], "ts-node": { "transpileOnly": true, "compilerOptions": { "module": "commonjs" } } }